#BBDDF1

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

Shades of Light Blue #BBDDF1

Tints of Light Blue #BBDDF1

Color information

#BBDDF1 (or 0xBBDDF1) is unknown color: approx Light Blue. HEX triplet: BB, DD and F1. RGB value is (187,221,241). Sum of RGB (Red+Green+Blue) = 187+221+241=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF1 is #44220E. Grayscale: #D4D4D4. Windows color (decimal): -4465167 or 15850939. OLE color: 15850939.

HSL color Cylindrical-coordinate representation of color #BBDDF1: hue angle of 202.22º 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 #BBDDF1 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187221241-
CMYK0.220.0800.05
HSL202.22º65.85%83.92%-
HSV(B)202.22º22.41%94.51%-
XYZ62.2368.6393.19-
YUV213.11143.74109.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=28.81%
G=34.05%
B=37.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872212410.220.0800.05202.2265.8583.92
HexBBDDF116805ca4254
Octal273335361261005312102124
Binary10111011110111011111000110110100001011100101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDF1; }

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

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

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

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

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

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

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

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