Html Css Color HEX #B8D5F1 Pale Cornflower Blue
📋 copy color: '#B8D5F1'red 184 ◦ green 213 ◦ blue 241
Shades of Pale Cornflower Blue #B8D5F1
Tints of Pale Cornflower Blue #B8D5F1
RGB
CMYK
RGB Variations
Color information
#B8D5F1 (or 0xB8D5F1) is known color: Pale Cornflower Blue. HEX triplet: B8, D5 and F1. RGB value is (184,213,241). Sum of RGB (Red+Green+Blue) = 184+213+241=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8D5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D5F1 is #472A0E. Grayscale: #CFCFCF. Windows color (decimal): -4663823 or 15848888. OLE color: 15848888.
HSL color Cylindrical-coordinate representation of color #B8D5F1: hue angle of 209.47º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8D5F1 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 213 | 241 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.05 |
| HSL | 209.47º | 0.67% | 0.83% | - |
| HSV(B) | 209.47º | 0.24% | 0.95% | - |
| XYZ | 59.44 | 64.13 | 92.46 | - |
| YUV | 207.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 241 | 0.24 | 0.12 | 0 | 0.05 | 209.47 | 0.67 | 0.83 |
| Hex | B8 | D5 | F1 | 18 | C | 0 | 5 | D1 | 43 | 53 |
| Octal | 270 | 325 | 361 | 30 | 14 | 0 | 5 | 321 | 103 | 123 |
| Binary | 10111000 | 11010101 | 11110001 | 11000 | 1100 | 0 | 101 | 11010001 | 1000011 | 1010011 |
Color Harmonies of #B8D5F1
Complementary color
Monochromatic Colors of #B8D5F1
Black with #B8D5F1
Text Example
Text Example
White with #B8D5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5F1; }
p { color: rgb(184,213,241); }
H1.HeaderClassName
{
color: #B8D5F1;
}
.AnyTagClassName
{
color: #B8D5F1;
}
</style>
background-color css
<style>
a { background-color: #B8D5F1; }
a { background-color: rgb(184,213,241); }
div.DivClassName
{
background-color: #B8D5F1;
}
.BgClassName
{
background-color: #B8D5F1;
}
</style>
border-color css
<style>
span { border-color: #B8D5F1; }
span { border-color: rgb(184,213,241); }
td.TdClassName
{
border-color: #B8D5F1;
}
.TagClassName
{
border-color: #B8D5F1;
}
</style>