#BCDCF1

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

Shades of Light Blue #BCDCF1

Tints of Light Blue #BCDCF1

Color information

#BCDCF1 (or 0xBCDCF1) is unknown color: approx Light Blue. HEX triplet: BC, DC and F1. RGB value is (188,220,241). Sum of RGB (Red+Green+Blue) = 188+220+241=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 220 (86.33% from 255 or 33.90% 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 #BCDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCF1 is #43230E. Grayscale: #D4D4D4. Windows color (decimal): -4399887 or 15850684. OLE color: 15850684.

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

Color convert

RGB188220241-
CMYK0.220.0900.05
HSL203.77º65.43%84.12%-
HSV(B)203.77º21.99%94.51%-
XYZ62.2168.2393.11-
YUV212.83143.9110.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=28.97%
G=33.90%
B=37.13%

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
Decimal1882202410.220.0900.05203.7765.4384.12
HexBCDCF116905cc4154
Octal274334361261105314101124
Binary10111100110111001111000110110100101011100110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCF1; }

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

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

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

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

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

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

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

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