#BBDCF1

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

Shades of Light Blue #BBDCF1

Tints of Light Blue #BBDCF1

Color information

#BBDCF1 (or 0xBBDCF1) is unknown color: approx Light Blue. HEX triplet: BB, DC and F1. RGB value is (187,220,241). Sum of RGB (Red+Green+Blue) = 187+220+241=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF1 is #44230E. Grayscale: #D4D4D4. Windows color (decimal): -4465423 or 15850683. OLE color: 15850683.

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

Color convert

RGB187220241-
CMYK0.220.0900.05
HSL203.33º65.85%83.92%-
HSV(B)203.33º22.41%94.51%-
XYZ61.9668.193.1-
YUV212.53144.07109.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=28.86%
G=33.95%
B=37.19%

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
Decimal1872202410.220.0900.05203.3365.8583.92
HexBBDCF116905cb4254
Octal273334361261105313102124
Binary10111011110111001111000110110100101011100101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCF1; }

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

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

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

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

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

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

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

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