Shades of Light Blue #BADCEF
Tints of Light Blue #BADCEF
RGB
CMYK
RGB Variations
Color information
#BADCEF (or 0xBADCEF) is known color: Light Blue. HEX triplet: BA, DC and EF. RGB value is (186,220,239). Sum of RGB (Red+Green+Blue) = 186+220+239=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #BADCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCEF is #452310. Grayscale: #D3D3D3. Windows color (decimal): -4530961 or 15719610. OLE color: 15719610.
HSL color Cylindrical-coordinate representation of color #BADCEF: hue angle of 201.51º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADCEF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 220 | 239 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.06 |
| HSL | 201.51º | 0.62% | 0.83% | - |
| HSV(B) | 201.51º | 0.22% | 0.94% | - |
| XYZ | 61.42 | 67.86 | 91.52 | - |
| YUV | 212 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 239 | 0.22 | 0.08 | 0 | 0.06 | 201.51 | 0.62 | 0.83 |
| Hex | BA | DC | EF | 16 | 8 | 0 | 6 | CA | 3E | 53 |
| Octal | 272 | 334 | 357 | 26 | 10 | 0 | 6 | 312 | 76 | 123 |
| Binary | 10111010 | 11011100 | 11101111 | 10110 | 1000 | 0 | 110 | 11001010 | 111110 | 1010011 |
Color Harmonies of #BADCEF
Complementary color
Monochromatic Colors of #BADCEF
Black with #BADCEF
Text Example
Text Example
White with #BADCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCEF; }
p { color: rgb(186,220,239); }
H1.HeaderClassName
{
color: #BADCEF;
}
.AnyTagClassName
{
color: #BADCEF;
}
</style>
background-color css
<style>
a { background-color: #BADCEF; }
a { background-color: rgb(186,220,239); }
div.DivClassName
{
background-color: #BADCEF;
}
.BgClassName
{
background-color: #BADCEF;
}
</style>
border-color css
<style>
span { border-color: #BADCEF; }
span { border-color: rgb(186,220,239); }
td.TdClassName
{
border-color: #BADCEF;
}
.TagClassName
{
border-color: #BADCEF;
}
</style>