Shades of Powder Blue #BADCE3
Tints of Powder Blue #BADCE3
RGB
CMYK
RGB Variations
Color information
#BADCE3 (or 0xBADCE3) is known color: Powder Blue. HEX triplet: BA, DC and E3. RGB value is (186,220,227). Sum of RGB (Red+Green+Blue) = 186+220+227=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #BADCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCE3 is #45231C. Grayscale: #D2D2D2. Windows color (decimal): -4530973 or 14933178. OLE color: 14933178.
HSL color Cylindrical-coordinate representation of color #BADCE3: hue angle of 190.24º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADCE3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 220 | 227 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 190.24º | 0.42% | 0.81% | - |
| HSV(B) | 190.24º | 0.18% | 0.89% | - |
| XYZ | 59.71 | 67.17 | 82.49 | - |
| YUV | 210.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 227 | 0.18 | 0.03 | 0 | 0.11 | 190.24 | 0.42 | 0.81 |
| Hex | BA | DC | E3 | 12 | 3 | 0 | B | BE | 2A | 51 |
| Octal | 272 | 334 | 343 | 22 | 3 | 0 | 13 | 276 | 52 | 121 |
| Binary | 10111010 | 11011100 | 11100011 | 10010 | 11 | 0 | 1011 | 10111110 | 101010 | 1010001 |
Color Harmonies of #BADCE3
Complementary color
Monochromatic Colors of #BADCE3
Black with #BADCE3
Text Example
Text Example
White with #BADCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCE3; }
p { color: rgb(186,220,227); }
H1.HeaderClassName
{
color: #BADCE3;
}
.AnyTagClassName
{
color: #BADCE3;
}
</style>
background-color css
<style>
a { background-color: #BADCE3; }
a { background-color: rgb(186,220,227); }
div.DivClassName
{
background-color: #BADCE3;
}
.BgClassName
{
background-color: #BADCE3;
}
</style>
border-color css
<style>
span { border-color: #BADCE3; }
span { border-color: rgb(186,220,227); }
td.TdClassName
{
border-color: #BADCE3;
}
.TagClassName
{
border-color: #BADCE3;
}
</style>