#BBD0DA

Color #BBD0DA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BBD0DA

Tints of Light Blue #BBD0DA

Color information

#BBD0DA (or 0xBBD0DA) is unknown color: approx Light Blue. HEX triplet: BB, D0 and DA. RGB value is (187,208,218). Sum of RGB (Red+Green+Blue) = 187+208+218=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBD0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0DA is #442F25. Grayscale: #CACACA. Windows color (decimal): -4468518 or 14340283. OLE color: 14340283.

HSL color Cylindrical-coordinate representation of color #BBD0DA: hue angle of 199.35º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD0DA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187208218-
CMYK0.140.0500.15
HSL199.35º29.52%79.41%-
HSV(B)199.35º14.22%85.49%-
XYZ55.760.7475.12-
YUV202.86136.54116.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=30.51%
G=33.93%
B=35.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872082180.140.0500.15199.3529.5279.41
HexBBD0DAE50Fc71e4f
Octal27332033216501730736117
Binary10111011110100001101101011101010111111000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0DA; }

 p { color: rgb(187,208,218); }

 H1.HeaderClassName
 {
   color: #BBD0DA;
 }
 .AnyTagClassName
 {
   color: #BBD0DA;
 }
</style>
background-color css

<style>
 a { background-color: #BBD0DA; }

 a { background-color: rgb(187,208,218); }

 div.DivClassName
 {
   background-color: #BBD0DA;
 }
 .BgClassName
 {
   background-color: #BBD0DA;
 }
</style>
border-color css

<style>
 span { border-color: #BBD0DA; }

 span { border-color: rgb(187,208,218); }

 td.TdClassName
 {
   border-color: #BBD0DA;
 }
 .TagClassName
 {
   border-color: #BBD0DA;
 }
</style>