Html Css Color HEX #BDD8F2 Pale Cornflower Blue
📋 copy color: '#BDD8F2'red 189 ◦ green 216 ◦ blue 242
Shades of Pale Cornflower Blue #BDD8F2
Tints of Pale Cornflower Blue #BDD8F2
RGB
CMYK
RGB Variations
Color information
#BDD8F2 (or 0xBDD8F2) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and F2. RGB value is (189,216,242). Sum of RGB (Red+Green+Blue) = 189+216+242=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8F2 is #42270D. Grayscale: #D2D2D2. Windows color (decimal): -4335374 or 15915197. OLE color: 15915197.
HSL color Cylindrical-coordinate representation of color #BDD8F2: hue angle of 209.43º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD8F2 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 216 | 242 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.05 |
| HSL | 209.43º | 0.67% | 0.85% | - |
| HSV(B) | 209.43º | 0.22% | 0.95% | - |
| XYZ | 61.57 | 66.34 | 93.56 | - |
| YUV | 210.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 242 | 0.22 | 0.11 | 0 | 0.05 | 209.43 | 0.67 | 0.85 |
| Hex | BD | D8 | F2 | 16 | B | 0 | 5 | D1 | 43 | 55 |
| Octal | 275 | 330 | 362 | 26 | 13 | 0 | 5 | 321 | 103 | 125 |
| Binary | 10111101 | 11011000 | 11110010 | 10110 | 1011 | 0 | 101 | 11010001 | 1000011 | 1010101 |
Color Harmonies of #BDD8F2
Complementary color
Monochromatic Colors of #BDD8F2
Black with #BDD8F2
Text Example
Text Example
White with #BDD8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8F2; }
p { color: rgb(189,216,242); }
H1.HeaderClassName
{
color: #BDD8F2;
}
.AnyTagClassName
{
color: #BDD8F2;
}
</style>
background-color css
<style>
a { background-color: #BDD8F2; }
a { background-color: rgb(189,216,242); }
div.DivClassName
{
background-color: #BDD8F2;
}
.BgClassName
{
background-color: #BDD8F2;
}
</style>
border-color css
<style>
span { border-color: #BDD8F2; }
span { border-color: rgb(189,216,242); }
td.TdClassName
{
border-color: #BDD8F2;
}
.TagClassName
{
border-color: #BDD8F2;
}
</style>