Html Css Color HEX #BDDDFC Pale Cornflower Blue
📋 copy color: '#BDDDFC'red 189 ◦ green 221 ◦ blue 252
Shades of Pale Cornflower Blue #BDDDFC
Tints of Pale Cornflower Blue #BDDDFC
RGB
CMYK
RGB Variations
Color information
#BDDDFC (or 0xBDDDFC) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and FC. RGB value is (189,221,252). Sum of RGB (Red+Green+Blue) = 189+221+252=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFC is #422203. Grayscale: #D6D6D6. Windows color (decimal): -4334084 or 16571837. OLE color: 16571837.
HSL color Cylindrical-coordinate representation of color #BDDDFC: hue angle of 209.52º 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 #BDDDFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 221 | 252 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.01 |
| HSL | 209.52º | 0.91% | 0.86% | - |
| HSV(B) | 209.52º | 0.25% | 0.99% | - |
| XYZ | 64.41 | 69.56 | 102.13 | - |
| YUV | 214.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 252 | 0.25 | 0.12 | 0 | 0.01 | 209.52 | 0.91 | 0.86 |
| Hex | BD | DD | FC | 19 | C | 0 | 1 | D2 | 5B | 56 |
| Octal | 275 | 335 | 374 | 31 | 14 | 0 | 1 | 322 | 133 | 126 |
| Binary | 10111101 | 11011101 | 11111100 | 11001 | 1100 | 0 | 1 | 11010010 | 1011011 | 1010110 |
Color Harmonies of #BDDDFC
Complementary color
Monochromatic Colors of #BDDDFC
Black with #BDDDFC
Text Example
Text Example
White with #BDDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDFC; }
p { color: rgb(189,221,252); }
H1.HeaderClassName
{
color: #BDDDFC;
}
.AnyTagClassName
{
color: #BDDDFC;
}
</style>
background-color css
<style>
a { background-color: #BDDDFC; }
a { background-color: rgb(189,221,252); }
div.DivClassName
{
background-color: #BDDDFC;
}
.BgClassName
{
background-color: #BDDDFC;
}
</style>
border-color css
<style>
span { border-color: #BDDDFC; }
span { border-color: rgb(189,221,252); }
td.TdClassName
{
border-color: #BDDDFC;
}
.TagClassName
{
border-color: #BDDDFC;
}
</style>