#BBD8DF

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

Shades of Light Blue #BBD8DF

Tints of Light Blue #BBD8DF

Color information

#BBD8DF (or 0xBBD8DF) is unknown color: approx Light Blue. HEX triplet: BB, D8 and DF. RGB value is (187,216,223). Sum of RGB (Red+Green+Blue) = 187+216+223=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8DF is #442720. Grayscale: #D0D0D0. Windows color (decimal): -4466465 or 14670011. OLE color: 14670011.

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

Color convert

RGB187216223-
CMYK0.160.0300.13
HSL191.67º36%80.39%-
HSV(B)191.67º16.14%87.45%-
XYZ58.376579.28-
YUV208.13136.39112.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=29.87%
G=34.50%
B=35.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872162230.160.0300.13191.673680.39
HexBBD8DF1030Dc02450
Octal27333033720301530044120
Binary101110111101100011011111100001101101110000001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8DF; }

 p { color: rgb(187,216,223); }

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

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

 a { background-color: rgb(187,216,223); }

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

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

 span { border-color: rgb(187,216,223); }

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