#BBDDF3

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

Shades of Light Blue #BBDDF3

Tints of Light Blue #BBDDF3

Color information

#BBDDF3 (or 0xBBDDF3) is unknown color: approx Light Blue. HEX triplet: BB, DD and F3. RGB value is (187,221,243). Sum of RGB (Red+Green+Blue) = 187+221+243=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF3 is #44220C. Grayscale: #D5D5D5. Windows color (decimal): -4465165 or 15982011. OLE color: 15982011.

HSL color Cylindrical-coordinate representation of color #BBDDF3: hue angle of 203.57º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDDF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187221243-
CMYK0.230.0900.05
HSL203.57º70%84.31%-
HSV(B)203.57º23.05%95.29%-
XYZ62.5368.7594.77-
YUV213.34144.74109.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=28.73%
G=33.95%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872212430.230.0900.05203.577084.31
HexBBDDF317905cc4654
Octal273335363271105314106124
Binary10111011110111011111001110111100101011100110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDF3; }

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

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

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

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

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

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

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

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