Html Css Color HEX #B8DFFE Pale Cornflower Blue
📋 copy color: '#B8DFFE'red 184 ◦ green 223 ◦ blue 254
Shades of Pale Cornflower Blue #B8DFFE
Tints of Pale Cornflower Blue #B8DFFE
RGB
CMYK
RGB Variations
Color information
#B8DFFE (or 0xB8DFFE) is known color: Pale Cornflower Blue. HEX triplet: B8, DF and FE. RGB value is (184,223,254). Sum of RGB (Red+Green+Blue) = 184+223+254=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFFE is #472001. Grayscale: #D6D6D6. Windows color (decimal): -4661250 or 16703416. OLE color: 16703416.
HSL color Cylindrical-coordinate representation of color #B8DFFE: hue angle of 206.57º 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 #B8DFFE is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 223 | 254 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.00 |
| HSL | 206.57º | 0.97% | 0.86% | - |
| HSV(B) | 206.57º | 0.28% | 1% | - |
| XYZ | 64.04 | 70.12 | 103.93 | - |
| YUV | 214.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 254 | 0.28 | 0.12 | 0 | 0.00 | 206.57 | 0.97 | 0.86 |
| Hex | B8 | DF | FE | 1C | C | 0 | 0 | CF | 61 | 56 |
| Octal | 270 | 337 | 376 | 34 | 14 | 0 | 0 | 317 | 141 | 126 |
| Binary | 10111000 | 11011111 | 11111110 | 11100 | 1100 | 0 | 0 | 11001111 | 1100001 | 1010110 |
Color Harmonies of #B8DFFE
Complementary color
Monochromatic Colors of #B8DFFE
Black with #B8DFFE
Text Example
Text Example
White with #B8DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFFE; }
p { color: rgb(184,223,254); }
H1.HeaderClassName
{
color: #B8DFFE;
}
.AnyTagClassName
{
color: #B8DFFE;
}
</style>
background-color css
<style>
a { background-color: #B8DFFE; }
a { background-color: rgb(184,223,254); }
div.DivClassName
{
background-color: #B8DFFE;
}
.BgClassName
{
background-color: #B8DFFE;
}
</style>
border-color css
<style>
span { border-color: #B8DFFE; }
span { border-color: rgb(184,223,254); }
td.TdClassName
{
border-color: #B8DFFE;
}
.TagClassName
{
border-color: #B8DFFE;
}
</style>