Html Css Color HEX #BDDEFC Pale Cornflower Blue
📋 copy color: '#BDDEFC'red 189 ◦ green 222 ◦ blue 252
Shades of Pale Cornflower Blue #BDDEFC
Tints of Pale Cornflower Blue #BDDEFC
RGB
CMYK
RGB Variations
Color information
#BDDEFC (or 0xBDDEFC) is known color: Pale Cornflower Blue. HEX triplet: BD, DE and FC. RGB value is (189,222,252). Sum of RGB (Red+Green+Blue) = 189+222+252=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFC is #422103. Grayscale: #D7D7D7. Windows color (decimal): -4333828 or 16572093. OLE color: 16572093.
HSL color Cylindrical-coordinate representation of color #BDDEFC: hue angle of 208.57º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDEFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 222 | 252 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.01 |
| HSL | 208.57º | 0.91% | 0.86% | - |
| HSV(B) | 208.57º | 0.25% | 0.99% | - |
| XYZ | 64.68 | 70.09 | 102.22 | - |
| YUV | 215.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 252 | 0.25 | 0.12 | 0 | 0.01 | 208.57 | 0.91 | 0.86 |
| Hex | BD | DE | FC | 19 | C | 0 | 1 | D1 | 5B | 56 |
| Octal | 275 | 336 | 374 | 31 | 14 | 0 | 1 | 321 | 133 | 126 |
| Binary | 10111101 | 11011110 | 11111100 | 11001 | 1100 | 0 | 1 | 11010001 | 1011011 | 1010110 |
Color Harmonies of #BDDEFC
Complementary color
Monochromatic Colors of #BDDEFC
Black with #BDDEFC
Text Example
Text Example
White with #BDDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEFC; }
p { color: rgb(189,222,252); }
H1.HeaderClassName
{
color: #BDDEFC;
}
.AnyTagClassName
{
color: #BDDEFC;
}
</style>
background-color css
<style>
a { background-color: #BDDEFC; }
a { background-color: rgb(189,222,252); }
div.DivClassName
{
background-color: #BDDEFC;
}
.BgClassName
{
background-color: #BDDEFC;
}
</style>
border-color css
<style>
span { border-color: #BDDEFC; }
span { border-color: rgb(189,222,252); }
td.TdClassName
{
border-color: #BDDEFC;
}
.TagClassName
{
border-color: #BDDEFC;
}
</style>