#BBD3D8

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

Shades of Light Blue #BBD3D8

Tints of Light Blue #BBD3D8

Color information

#BBD3D8 (or 0xBBD3D8) is unknown color: approx Light Blue. HEX triplet: BB, D3 and D8. RGB value is (187,211,216). Sum of RGB (Red+Green+Blue) = 187+211+216=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3D8 is #442C27. Grayscale: #CCCCCC. Windows color (decimal): -4467752 or 14209979. OLE color: 14209979.

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

Color convert

RGB187211216-
CMYK0.130.0200.15
HSL190.34º27.1%79.02%-
HSV(B)190.34º13.43%84.71%-
XYZ56.1862.1173.99-
YUV204.39134.55115.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=30.46%
G=34.36%
B=35.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872112160.130.0200.15190.3427.179.02
HexBBD3D8D20Fbe1b4f
Octal27332333015201727633117
Binary1011101111010011110110001101100111110111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3D8; }

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

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

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

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

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

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

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

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