#BBD4DD

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

Shades of Light Blue #BBD4DD

Tints of Light Blue #BBD4DD

Color information

#BBD4DD (or 0xBBD4DD) is unknown color: approx Light Blue. HEX triplet: BB, D4 and DD. RGB value is (187,212,221). Sum of RGB (Red+Green+Blue) = 187+212+221=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DD is #442B22. Grayscale: #CDCDCD. Windows color (decimal): -4467491 or 14537915. OLE color: 14537915.

HSL color Cylindrical-coordinate representation of color #BBD4DD: hue angle of 195.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD4DD is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187212221-
CMYK0.150.0400.13
HSL195.88º33.33%80%-
HSV(B)195.88º15.38%86.67%-
XYZ57.0962.8777.53-
YUV205.55136.72114.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=30.16%
G=34.19%
B=35.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872122210.150.0400.13195.8833.3380
HexBBD4DDF40Dc42150
Octal27332433517401530441120
Binary101110111101010011011101111110001101110001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4DD; }

 p { color: rgb(187,212,221); }

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

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

 a { background-color: rgb(187,212,221); }

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

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

 span { border-color: rgb(187,212,221); }

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