#BBDBF1

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

Shades of Light Blue #BBDBF1

Tints of Light Blue #BBDBF1

Color information

#BBDBF1 (or 0xBBDBF1) is unknown color: approx Light Blue. HEX triplet: BB, DB and F1. RGB value is (187,219,241). Sum of RGB (Red+Green+Blue) = 187+219+241=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBF1 is #44240E. Grayscale: #D3D3D3. Windows color (decimal): -4465679 or 15850427. OLE color: 15850427.

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

Color convert

RGB187219241-
CMYK0.220.0900.05
HSL204.44º65.85%83.92%-
HSV(B)204.44º22.41%94.51%-
XYZ61.767.5893.01-
YUV211.94144.4110.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=28.90%
G=33.85%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872192410.220.0900.05204.4465.8583.92
HexBBDBF116905cc4254
Octal273333361261105314102124
Binary10111011110110111111000110110100101011100110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBF1; }

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

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

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

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

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

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

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

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