Color Hex Logo

#b5bbf3 Color Hex

#B5BBF3
(181,187,243)
0 Favorites   0 Comments

Color spaces of #b5bbf3

RGB 181187243
HSL0.650.720.83
HSV234°26°95°
CMYK 0.260.230.00   0.05
XYZ53.004051.835592.0057
Yxy51.83550.26930.2633
Hunter Lab71.99695.4169-25.3696
CIE-Lab77.18249.9058-28.4219

#b5bbf3 color RGB value is (181,187,243).

#b5bbf3 hex color red value is 181, green value is 187 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #b5bbf3 hue: 0.65 , saturation: 0.72 and the lightness value of b5bbf3 is 0.83.

The process color (four color CMYK) of #b5bbf3 color hex is 0.26, 0.23, 0.00, 0.05. Web safe color of #b5bbf3 is #ccccff. Color #b5bbf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111011 11110011
Octal 265 273 363
Decimal 181 187 243
Hex B5 BB F3

RGB Percentages of Color #b5bbf3

%29.62
%30.61
%39.77

CMYK Percentages of Color #b5bbf3

%26
%23
%0
%5

Triadic Colors of #b5bbf3

#b5bbf3 #f3b5bb #bbf3b5

Analogous Colors of #b5bbf3

#b5bbf3 #ceb5f3 #b5daf3

Monochromatic Colors of #b5bbf3

#b5bbf3

Complementary Color

#b5bbf3 #f3edb5

#b5bbf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bbf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bbf3 Color CSS Codes

.mybgcolor {background-color:#b5bbf3; } 
.myforecolor {color:#b5bbf3; }
.mybordercolor {border:3px solid #b5bbf3; }

#b5bbf3 Text Font Color

<p style="color:#b5bbf3">Text here</p>

This sample text font color is #b5bbf3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b5bbf3 Background Color

<div style="background-color:#b5bbf3">
Div content here</div>

This div background color is #b5bbf3


#b5bbf3 Border Color

<div style="border:3px solid #b5bbf3">
Div here</div>

This div border color is #b5bbf3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,187,243, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5bbf3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5bbf3;
  -webkit-box-shadow: 1px 1px 3px 2px #b5bbf3;
  box-shadow:         1px 1px 3px 2px #b5bbf3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,187,243, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5bbf3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5bbf3;
  -webkit-box-shadow: 1px 1px 3px 2px #b5bbf3;
  box-shadow:         1px 1px 3px 2px #b5bbf3;">
Div content here</div>

This div box has shadow with color #b5bbf3


Comments

No comments written yet.

Please login to write comment.