Html Css Color HEX #B7E1FE Pale Cornflower Blue
📋 copy color: '#B7E1FE'red 183 ◦ green 225 ◦ blue 254
Shades of Pale Cornflower Blue #B7E1FE
Tints of Pale Cornflower Blue #B7E1FE
RGB
CMYK
RGB Variations
Color information
#B7E1FE (or 0xB7E1FE) is known color: Pale Cornflower Blue. HEX triplet: B7, E1 and FE. RGB value is (183,225,254). Sum of RGB (Red+Green+Blue) = 183+225+254=662 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.64% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1FE is #481E01. Grayscale: #D7D7D7. Windows color (decimal): -4726274 or 16703927. OLE color: 16703927.
HSL color Cylindrical-coordinate representation of color #B7E1FE: hue angle of 204.51º 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 #B7E1FE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 225 | 254 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.00 |
| HSL | 204.51º | 0.97% | 0.86% | - |
| HSV(B) | 204.51º | 0.28% | 1% | - |
| XYZ | 64.34 | 71.07 | 104.09 | - |
| YUV | 215.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 254 | 0.28 | 0.11 | 0 | 0.00 | 204.51 | 0.97 | 0.86 |
| Hex | B7 | E1 | FE | 1C | B | 0 | 0 | CD | 61 | 56 |
| Octal | 267 | 341 | 376 | 34 | 13 | 0 | 0 | 315 | 141 | 126 |
| Binary | 10110111 | 11100001 | 11111110 | 11100 | 1011 | 0 | 0 | 11001101 | 1100001 | 1010110 |
Color Harmonies of #B7E1FE
Complementary color
Monochromatic Colors of #B7E1FE
Black with #B7E1FE
Text Example
Text Example
White with #B7E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1FE; }
p { color: rgb(183,225,254); }
H1.HeaderClassName
{
color: #B7E1FE;
}
.AnyTagClassName
{
color: #B7E1FE;
}
</style>
background-color css
<style>
a { background-color: #B7E1FE; }
a { background-color: rgb(183,225,254); }
div.DivClassName
{
background-color: #B7E1FE;
}
.BgClassName
{
background-color: #B7E1FE;
}
</style>
border-color css
<style>
span { border-color: #B7E1FE; }
span { border-color: rgb(183,225,254); }
td.TdClassName
{
border-color: #B7E1FE;
}
.TagClassName
{
border-color: #B7E1FE;
}
</style>