Html Css Color HEX #B8DCFE Pale Cornflower Blue
📋 copy color: '#B8DCFE'red 184 ◦ green 220 ◦ blue 254
Shades of Pale Cornflower Blue #B8DCFE
Tints of Pale Cornflower Blue #B8DCFE
RGB
CMYK
RGB Variations
Color information
#B8DCFE (or 0xB8DCFE) is known color: Pale Cornflower Blue. HEX triplet: B8, DC and FE. RGB value is (184,220,254). Sum of RGB (Red+Green+Blue) = 184+220+254=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCFE is #472301. Grayscale: #D4D4D4. Windows color (decimal): -4662018 or 16702648. OLE color: 16702648.
HSL color Cylindrical-coordinate representation of color #B8DCFE: hue angle of 209.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 #B8DCFE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 220 | 254 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.00 |
| HSL | 209.14º | 0.97% | 0.86% | - |
| HSV(B) | 209.14º | 0.28% | 1% | - |
| XYZ | 63.25 | 68.53 | 103.66 | - |
| YUV | 213.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 254 | 0.28 | 0.13 | 0 | 0.00 | 209.14 | 0.97 | 0.86 |
| Hex | B8 | DC | FE | 1C | D | 0 | 0 | D1 | 61 | 56 |
| Octal | 270 | 334 | 376 | 34 | 15 | 0 | 0 | 321 | 141 | 126 |
| Binary | 10111000 | 11011100 | 11111110 | 11100 | 1101 | 0 | 0 | 11010001 | 1100001 | 1010110 |
Color Harmonies of #B8DCFE
Complementary color
Monochromatic Colors of #B8DCFE
Black with #B8DCFE
Text Example
Text Example
White with #B8DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCFE; }
p { color: rgb(184,220,254); }
H1.HeaderClassName
{
color: #B8DCFE;
}
.AnyTagClassName
{
color: #B8DCFE;
}
</style>
background-color css
<style>
a { background-color: #B8DCFE; }
a { background-color: rgb(184,220,254); }
div.DivClassName
{
background-color: #B8DCFE;
}
.BgClassName
{
background-color: #B8DCFE;
}
</style>
border-color css
<style>
span { border-color: #B8DCFE; }
span { border-color: rgb(184,220,254); }
td.TdClassName
{
border-color: #B8DCFE;
}
.TagClassName
{
border-color: #B8DCFE;
}
</style>