Shades of Light Blue #BCDCEE
Tints of Light Blue #BCDCEE
RGB
CMYK
RGB Variations
Color information
#BCDCEE (or 0xBCDCEE) is known color: Light Blue. HEX triplet: BC, DC and EE. RGB value is (188,220,238). Sum of RGB (Red+Green+Blue) = 188+220+238=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCEE is #432311. Grayscale: #D4D4D4. Windows color (decimal): -4399890 or 15654076. OLE color: 15654076.
HSL color Cylindrical-coordinate representation of color #BCDCEE: hue angle of 201.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDCEE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 220 | 238 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.07 |
| HSL | 201.6º | 0.6% | 0.84% | - |
| HSV(B) | 201.6º | 0.21% | 0.93% | - |
| XYZ | 61.76 | 68.05 | 90.77 | - |
| YUV | 212.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 238 | 0.21 | 0.08 | 0 | 0.07 | 201.6 | 0.6 | 0.84 |
| Hex | BC | DC | EE | 15 | 8 | 0 | 7 | CA | 3C | 54 |
| Octal | 274 | 334 | 356 | 25 | 10 | 0 | 7 | 312 | 74 | 124 |
| Binary | 10111100 | 11011100 | 11101110 | 10101 | 1000 | 0 | 111 | 11001010 | 111100 | 1010100 |
Color Harmonies of #BCDCEE
Complementary color
Monochromatic Colors of #BCDCEE
Black with #BCDCEE
Text Example
Text Example
White with #BCDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCEE; }
p { color: rgb(188,220,238); }
H1.HeaderClassName
{
color: #BCDCEE;
}
.AnyTagClassName
{
color: #BCDCEE;
}
</style>
background-color css
<style>
a { background-color: #BCDCEE; }
a { background-color: rgb(188,220,238); }
div.DivClassName
{
background-color: #BCDCEE;
}
.BgClassName
{
background-color: #BCDCEE;
}
</style>
border-color css
<style>
span { border-color: #BCDCEE; }
span { border-color: rgb(188,220,238); }
td.TdClassName
{
border-color: #BCDCEE;
}
.TagClassName
{
border-color: #BCDCEE;
}
</style>