#BBDDF4

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

Shades of Light Blue #BBDDF4

Tints of Light Blue #BBDDF4

Color information

#BBDDF4 (or 0xBBDDF4) is unknown color: approx Light Blue. HEX triplet: BB, DD and F4. RGB value is (187,221,244). Sum of RGB (Red+Green+Blue) = 187+221+244=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF4 is #44220B. Grayscale: #D5D5D5. Windows color (decimal): -4465164 or 16047547. OLE color: 16047547.

HSL color Cylindrical-coordinate representation of color #BBDDF4: hue angle of 204.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDDF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187221244-
CMYK0.230.0900.04
HSL204.21º72.15%84.51%-
HSV(B)204.21º23.36%95.69%-
XYZ62.6868.8195.57-
YUV213.46145.24109.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=28.68%
G=33.90%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872212440.230.0900.04204.2172.1584.51
HexBBDDF417904cc4855
Octal273335364271104314110125
Binary10111011110111011111010010111100101001100110010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDF4; }

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

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

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

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

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

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

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

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