Shades of Light Blue #BCDCF2
Tints of Light Blue #BCDCF2
RGB
CMYK
RGB Variations
Color information
#BCDCF2 (or 0xBCDCF2) is known color: 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
| RGB | 188 | 220 | 242 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.05 |
| HSL | 204.44º | 0.68% | 0.84% | - |
| HSV(B) | 204.44º | 0.22% | 0.95% | - |
| XYZ | 62.36 | 68.29 | 93.9 | - |
| YUV | 212.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 242 | 0.22 | 0.09 | 0 | 0.05 | 204.44 | 0.68 | 0.84 |
| Hex | BC | DC | F2 | 16 | 9 | 0 | 5 | CC | 44 | 54 |
| Octal | 274 | 334 | 362 | 26 | 11 | 0 | 5 | 314 | 104 | 124 |
| Binary | 10111100 | 11011100 | 11110010 | 10110 | 1001 | 0 | 101 | 11001100 | 1000100 | 1010100 |
Color Harmonies of #BCDCF2
Complementary color
Monochromatic Colors of #BCDCF2
Black with #BCDCF2
Text Example
Text Example
White with #BCDCF2
Text Example
Text Example
HTML Codes & Css Web 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>