Html Css Color HEX #B5D1FF Pale Cornflower Blue
📋 copy color: '#B5D1FF'red 181 ◦ green 209 ◦ blue 255
Shades of Pale Cornflower Blue #B5D1FF
Tints of Pale Cornflower Blue #B5D1FF
RGB
CMYK
RGB Variations
Color information
#B5D1FF (or 0xB5D1FF) is known color: Pale Cornflower Blue. HEX triplet: B5, D1 and FF. RGB value is (181,209,255). Sum of RGB (Red+Green+Blue) = 181+209+255=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D1FF is #4A2E00. Grayscale: #CDCDCD. Windows color (decimal): -4861441 or 16765365. OLE color: 16765365.
HSL color Cylindrical-coordinate representation of color #B5D1FF: hue angle of 217.3º 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 #B5D1FF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 209 | 255 | - |
| CMYK | 0.29 | 0.18 | 0 | 0 |
| HSL | 217.3º | 1% | 0.85% | - |
| HSV(B) | 217.3º | 0.29% | 1% | - |
| XYZ | 59.91 | 62.64 | 103.54 | - |
| YUV | 205.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 255 | 0.29 | 0.18 | 0 | 0 | 217.3 | 1 | 0.85 |
| Hex | B5 | D1 | FF | 1D | 12 | 0 | 0 | D9 | 64 | 55 |
| Octal | 265 | 321 | 377 | 35 | 22 | 0 | 0 | 331 | 144 | 125 |
| Binary | 10110101 | 11010001 | 11111111 | 11101 | 10010 | 0 | 0 | 11011001 | 1100100 | 1010101 |
Color Harmonies of #B5D1FF
Complementary color
Monochromatic Colors of #B5D1FF
Black with #B5D1FF
Text Example
Text Example
White with #B5D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D1FF; }
p { color: rgb(181,209,255); }
H1.HeaderClassName
{
color: #B5D1FF;
}
.AnyTagClassName
{
color: #B5D1FF;
}
</style>
background-color css
<style>
a { background-color: #B5D1FF; }
a { background-color: rgb(181,209,255); }
div.DivClassName
{
background-color: #B5D1FF;
}
.BgClassName
{
background-color: #B5D1FF;
}
</style>
border-color css
<style>
span { border-color: #B5D1FF; }
span { border-color: rgb(181,209,255); }
td.TdClassName
{
border-color: #B5D1FF;
}
.TagClassName
{
border-color: #B5D1FF;
}
</style>