#BBDBEE

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

Shades of Light Blue #BBDBEE

Tints of Light Blue #BBDBEE

Color information

#BBDBEE (or 0xBBDBEE) is unknown color: approx Light Blue. HEX triplet: BB, DB and EE. RGB value is (187,219,238). Sum of RGB (Red+Green+Blue) = 187+219+238=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEE is #442411. Grayscale: #D3D3D3. Windows color (decimal): -4465682 or 15653819. OLE color: 15653819.

HSL color Cylindrical-coordinate representation of color #BBDBEE: hue angle of 202.35º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDBEE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187219238-
CMYK0.210.0800.07
HSL202.35º60%83.33%-
HSV(B)202.35º21.43%93.33%-
XYZ61.2667.490.67-
YUV211.6142.9110.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=29.04%
G=34.01%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872192380.210.0800.07202.356083.33
HexBBDBEE15807ca3c53
Octal27333335625100731274123
Binary1011101111011011111011101010110000111110010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBEE; }

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

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

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

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

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

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

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

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