Color Hex Logo

#bbd3da Color Hex

#BBD3DA
(187,211,218)
0 Favorites   0 Comments

Color spaces of #bbd3da

RGB 187211218
HSL0.540.300.79
HSV194°14°85°
CMYK 0.140.030.00   0.15
XYZ56.442762.215375.3636
Yxy62.21530.29090.3207
Hunter Lab78.8767-10.3029-1.4356
CIE-Lab83.0278-6.5758-6.1771

#bbd3da color RGB value is (187,211,218).

#bbd3da hex color red value is 187, green value is 211 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bbd3da hue: 0.54 , saturation: 0.30 and the lightness value of bbd3da is 0.79.

The process color (four color CMYK) of #bbd3da color hex is 0.14, 0.03, 0.00, 0.15. Web safe color of #bbd3da is #cccccc. Color #bbd3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11011010
Octal 273 323 332
Decimal 187 211 218
Hex BB D3 DA

RGB Percentages of Color #bbd3da

%30.36
%34.25
%35.39

CMYK Percentages of Color #bbd3da

%14
%3
%0
%15

Triadic Colors of #bbd3da

#bbd3da #dabbd3 #d3dabb

Analogous Colors of #bbd3da

#bbd3da #bbc4da #bbdad2

Monochromatic Colors of #bbd3da

#bbd3da

Complementary Color

#bbd3da #dac2bb

#bbd3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3da Color CSS Codes

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

#bbd3da Text Font Color

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

This sample text font color is #bbd3da
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.


#bbd3da Background Color

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

This div background color is #bbd3da


#bbd3da Border Color

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

This div border color is #bbd3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3da

#bbd3da Color Palettes


Comments

No comments written yet.

Please login to write comment.