#BCDCF2

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

Shades of Light Blue #BCDCF2

Tints of Light Blue #BCDCF2

Color information

#BCDCF2 (or 0xBCDCF2) is unknown color: approx Light Blue. HEX triplet: BC, DC and F2. RGB value is (188,220,242). Sum of RGB (Red+Green+Blue) = 188+220+242=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCF2 is #43230D. Grayscale: #D4D4D4. Windows color (decimal): -4399886 or 15916220. OLE color: 15916220.

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

Color convert

RGB188220242-
CMYK0.220.0900.05
HSL204.44º67.5%84.31%-
HSV(B)204.44º22.31%94.9%-
XYZ62.3668.2993.9-
YUV212.94144.4110.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=28.92%
G=33.85%
B=37.23%

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
Decimal1882202420.220.0900.05204.4467.584.31
HexBCDCF216905cc4454
Octal274334362261105314104124
Binary10111100110111001111001010110100101011100110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCF2; }

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

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

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

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

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

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

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

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