Html Css Color HEX #B8DAFA Pale Cornflower Blue
📋 copy color: '#B8DAFA'red 184 ◦ green 218 ◦ blue 250
Shades of Pale Cornflower Blue #B8DAFA
Tints of Pale Cornflower Blue #B8DAFA
RGB
CMYK
RGB Variations
Color information
#B8DAFA (or 0xB8DAFA) is known color: Pale Cornflower Blue. HEX triplet: B8, DA and FA. RGB value is (184,218,250). Sum of RGB (Red+Green+Blue) = 184+218+250=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAFA is #472505. Grayscale: #D3D3D3. Windows color (decimal): -4662534 or 16439992. OLE color: 16439992.
HSL color Cylindrical-coordinate representation of color #B8DAFA: hue angle of 209.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8DAFA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 218 | 250 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.02 |
| HSL | 209.09º | 0.87% | 0.85% | - |
| HSV(B) | 209.09º | 0.26% | 0.98% | - |
| XYZ | 62.09 | 67.24 | 100.15 | - |
| YUV | 211.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 250 | 0.26 | 0.13 | 0 | 0.02 | 209.09 | 0.87 | 0.85 |
| Hex | B8 | DA | FA | 1A | D | 0 | 2 | D1 | 57 | 55 |
| Octal | 270 | 332 | 372 | 32 | 15 | 0 | 2 | 321 | 127 | 125 |
| Binary | 10111000 | 11011010 | 11111010 | 11010 | 1101 | 0 | 10 | 11010001 | 1010111 | 1010101 |
Color Harmonies of #B8DAFA
Complementary color
Monochromatic Colors of #B8DAFA
Black with #B8DAFA
Text Example
Text Example
White with #B8DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAFA; }
p { color: rgb(184,218,250); }
H1.HeaderClassName
{
color: #B8DAFA;
}
.AnyTagClassName
{
color: #B8DAFA;
}
</style>
background-color css
<style>
a { background-color: #B8DAFA; }
a { background-color: rgb(184,218,250); }
div.DivClassName
{
background-color: #B8DAFA;
}
.BgClassName
{
background-color: #B8DAFA;
}
</style>
border-color css
<style>
span { border-color: #B8DAFA; }
span { border-color: rgb(184,218,250); }
td.TdClassName
{
border-color: #B8DAFA;
}
.TagClassName
{
border-color: #B8DAFA;
}
</style>