Shades of Light Blue #BADCF2
Tints of Light Blue #BADCF2
RGB
CMYK
RGB Variations
Color information
#BADCF2 (or 0xBADCF2) is known color: Light Blue. HEX triplet: BA, DC and F2. RGB value is (186,220,242). Sum of RGB (Red+Green+Blue) = 186+220+242=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BADCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCF2 is #45230D. Grayscale: #D4D4D4. Windows color (decimal): -4530958 or 15916218. OLE color: 15916218.
HSL color Cylindrical-coordinate representation of color #BADCF2: hue angle of 203.57º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADCF2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 220 | 242 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 203.57º | 0.68% | 0.84% | - |
| HSV(B) | 203.57º | 0.23% | 0.95% | - |
| XYZ | 61.87 | 68.04 | 93.88 | - |
| YUV | 212.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 242 | 0.23 | 0.09 | 0 | 0.05 | 203.57 | 0.68 | 0.84 |
| Hex | BA | DC | F2 | 17 | 9 | 0 | 5 | CC | 44 | 54 |
| Octal | 272 | 334 | 362 | 27 | 11 | 0 | 5 | 314 | 104 | 124 |
| Binary | 10111010 | 11011100 | 11110010 | 10111 | 1001 | 0 | 101 | 11001100 | 1000100 | 1010100 |
Color Harmonies of #BADCF2
Complementary color
Monochromatic Colors of #BADCF2
Black with #BADCF2
Text Example
Text Example
White with #BADCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCF2; }
p { color: rgb(186,220,242); }
H1.HeaderClassName
{
color: #BADCF2;
}
.AnyTagClassName
{
color: #BADCF2;
}
</style>
background-color css
<style>
a { background-color: #BADCF2; }
a { background-color: rgb(186,220,242); }
div.DivClassName
{
background-color: #BADCF2;
}
.BgClassName
{
background-color: #BADCF2;
}
</style>
border-color css
<style>
span { border-color: #BADCF2; }
span { border-color: rgb(186,220,242); }
td.TdClassName
{
border-color: #BADCF2;
}
.TagClassName
{
border-color: #BADCF2;
}
</style>