#BBDDEF

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

Shades of Light Blue #BBDDEF

Tints of Light Blue #BBDDEF

Color information

#BBDDEF (or 0xBBDDEF) is unknown color: approx Light Blue. HEX triplet: BB, DD and EF. RGB value is (187,221,239). Sum of RGB (Red+Green+Blue) = 187+221+239=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEF is #442210. Grayscale: #D4D4D4. Windows color (decimal): -4465169 or 15719867. OLE color: 15719867.

HSL color Cylindrical-coordinate representation of color #BBDDEF: hue angle of 200.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDDEF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187221239-
CMYK0.220.0800.06
HSL200.77º61.9%83.53%-
HSV(B)200.77º21.76%93.73%-
XYZ61.9368.5191.62-
YUV212.89142.74109.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=28.90%
G=34.16%
B=36.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872212390.220.0800.06200.7761.983.53
HexBBDDEF16806c93e54
Octal27333535726100631176124
Binary1011101111011101111011111011010000110110010011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDEF; }

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

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

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

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

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

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

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

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