Shades of Light Blue #BADCEC
Tints of Light Blue #BADCEC
RGB
CMYK
RGB Variations
Color information
#BADCEC (or 0xBADCEC) is known color: Light Blue. HEX triplet: BA, DC and EC. RGB value is (186,220,236). Sum of RGB (Red+Green+Blue) = 186+220+236=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEC is #452313. Grayscale: #D3D3D3. Windows color (decimal): -4530964 or 15523002. OLE color: 15523002.
HSL color Cylindrical-coordinate representation of color #BADCEC: hue angle of 199.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADCEC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 220 | 236 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 199.2º | 0.57% | 0.83% | - |
| HSV(B) | 199.2º | 0.21% | 0.93% | - |
| XYZ | 60.98 | 67.68 | 89.21 | - |
| YUV | 211.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 236 | 0.21 | 0.07 | 0 | 0.07 | 199.2 | 0.57 | 0.83 |
| Hex | BA | DC | EC | 15 | 7 | 0 | 7 | C7 | 39 | 53 |
| Octal | 272 | 334 | 354 | 25 | 7 | 0 | 7 | 307 | 71 | 123 |
| Binary | 10111010 | 11011100 | 11101100 | 10101 | 111 | 0 | 111 | 11000111 | 111001 | 1010011 |
Color Harmonies of #BADCEC
Complementary color
Monochromatic Colors of #BADCEC
Black with #BADCEC
Text Example
Text Example
White with #BADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCEC; }
p { color: rgb(186,220,236); }
H1.HeaderClassName
{
color: #BADCEC;
}
.AnyTagClassName
{
color: #BADCEC;
}
</style>
background-color css
<style>
a { background-color: #BADCEC; }
a { background-color: rgb(186,220,236); }
div.DivClassName
{
background-color: #BADCEC;
}
.BgClassName
{
background-color: #BADCEC;
}
</style>
border-color css
<style>
span { border-color: #BADCEC; }
span { border-color: rgb(186,220,236); }
td.TdClassName
{
border-color: #BADCEC;
}
.TagClassName
{
border-color: #BADCEC;
}
</style>