#BBD3DB

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

Shades of Light Blue #BBD3DB

Tints of Light Blue #BBD3DB

Color information

#BBD3DB (or 0xBBD3DB) is unknown color: approx Light Blue. HEX triplet: BB, D3 and DB. RGB value is (187,211,219). Sum of RGB (Red+Green+Blue) = 187+211+219=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3DB is #442C24. Grayscale: #CCCCCC. Windows color (decimal): -4467749 or 14406587. OLE color: 14406587.

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

Color convert

RGB187211219-
CMYK0.150.0400.14
HSL195º30.77%79.61%-
HSV(B)195º14.61%85.88%-
XYZ56.5762.2776.05-
YUV204.74136.05115.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=30.31%
G=34.20%
B=35.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872112190.150.0400.1419530.7779.61
HexBBD3DBF40Ec31f50
Octal27332333317401630337120
Binary10111011110100111101101111111000111011000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3DB; }

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

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

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

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

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

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

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

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