Html Css Color HEX #B8D5FE Pale Cornflower Blue
📋 copy color: '#B8D5FE'red 184 ◦ green 213 ◦ blue 254
Shades of Pale Cornflower Blue #B8D5FE
Tints of Pale Cornflower Blue #B8D5FE
RGB
CMYK
RGB Variations
Color information
#B8D5FE (or 0xB8D5FE) is known color: Pale Cornflower Blue. HEX triplet: B8, D5 and FE. RGB value is (184,213,254). Sum of RGB (Red+Green+Blue) = 184+213+254=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8D5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D5FE is #472A01. Grayscale: #D0D0D0. Windows color (decimal): -4663810 or 16700856. OLE color: 16700856.
HSL color Cylindrical-coordinate representation of color #B8D5FE: hue angle of 215.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8D5FE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 213 | 254 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.00 |
| HSL | 215.14º | 0.97% | 0.86% | - |
| HSV(B) | 215.14º | 0.28% | 1% | - |
| XYZ | 61.45 | 64.93 | 103.06 | - |
| YUV | 209 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 254 | 0.28 | 0.16 | 0 | 0.00 | 215.14 | 0.97 | 0.86 |
| Hex | B8 | D5 | FE | 1C | 10 | 0 | 0 | D7 | 61 | 56 |
| Octal | 270 | 325 | 376 | 34 | 20 | 0 | 0 | 327 | 141 | 126 |
| Binary | 10111000 | 11010101 | 11111110 | 11100 | 10000 | 0 | 0 | 11010111 | 1100001 | 1010110 |
Color Harmonies of #B8D5FE
Complementary color
Monochromatic Colors of #B8D5FE
Black with #B8D5FE
Text Example
Text Example
White with #B8D5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5FE; }
p { color: rgb(184,213,254); }
H1.HeaderClassName
{
color: #B8D5FE;
}
.AnyTagClassName
{
color: #B8D5FE;
}
</style>
background-color css
<style>
a { background-color: #B8D5FE; }
a { background-color: rgb(184,213,254); }
div.DivClassName
{
background-color: #B8D5FE;
}
.BgClassName
{
background-color: #B8D5FE;
}
</style>
border-color css
<style>
span { border-color: #B8D5FE; }
span { border-color: rgb(184,213,254); }
td.TdClassName
{
border-color: #B8D5FE;
}
.TagClassName
{
border-color: #B8D5FE;
}
</style>