Html Css Color HEX #B5CFFF Pale Cornflower Blue
📋 copy color: '#B5CFFF'red 181 ◦ green 207 ◦ blue 255
Shades of Pale Cornflower Blue #B5CFFF
Tints of Pale Cornflower Blue #B5CFFF
RGB
CMYK
RGB Variations
Color information
#B5CFFF (or 0xB5CFFF) is known color: Pale Cornflower Blue. HEX triplet: B5, CF and FF. RGB value is (181,207,255). Sum of RGB (Red+Green+Blue) = 181+207+255=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFFF is #4A3000. Grayscale: #CCCCCC. Windows color (decimal): -4861953 or 16764853. OLE color: 16764853.
HSL color Cylindrical-coordinate representation of color #B5CFFF: hue angle of 218.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CFFF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 207 | 255 | - |
| CMYK | 0.29 | 0.19 | 0 | 0 |
| HSL | 218.92º | 1% | 0.85% | - |
| HSV(B) | 218.92º | 0.29% | 1% | - |
| XYZ | 59.42 | 61.67 | 103.38 | - |
| YUV | 204.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 255 | 0.29 | 0.19 | 0 | 0 | 218.92 | 1 | 0.85 |
| Hex | B5 | CF | FF | 1D | 13 | 0 | 0 | DB | 64 | 55 |
| Octal | 265 | 317 | 377 | 35 | 23 | 0 | 0 | 333 | 144 | 125 |
| Binary | 10110101 | 11001111 | 11111111 | 11101 | 10011 | 0 | 0 | 11011011 | 1100100 | 1010101 |
Color Harmonies of #B5CFFF
Complementary color
Monochromatic Colors of #B5CFFF
Black with #B5CFFF
Text Example
Text Example
White with #B5CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFFF; }
p { color: rgb(181,207,255); }
H1.HeaderClassName
{
color: #B5CFFF;
}
.AnyTagClassName
{
color: #B5CFFF;
}
</style>
background-color css
<style>
a { background-color: #B5CFFF; }
a { background-color: rgb(181,207,255); }
div.DivClassName
{
background-color: #B5CFFF;
}
.BgClassName
{
background-color: #B5CFFF;
}
</style>
border-color css
<style>
span { border-color: #B5CFFF; }
span { border-color: rgb(181,207,255); }
td.TdClassName
{
border-color: #B5CFFF;
}
.TagClassName
{
border-color: #B5CFFF;
}
</style>