Html Css Color HEX #B5D3FE Pale Cornflower Blue
📋 copy color: '#B5D3FE'red 181 ◦ green 211 ◦ blue 254
Shades of Pale Cornflower Blue #B5D3FE
Tints of Pale Cornflower Blue #B5D3FE
RGB
CMYK
RGB Variations
Color information
#B5D3FE (or 0xB5D3FE) is known color: Pale Cornflower Blue. HEX triplet: B5, D3 and FE. RGB value is (181,211,254). Sum of RGB (Red+Green+Blue) = 181+211+254=646 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.02% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5D3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D3FE is #4A2C01. Grayscale: #CECECE. Windows color (decimal): -4860930 or 16700341. OLE color: 16700341.
HSL color Cylindrical-coordinate representation of color #B5D3FE: hue angle of 215.34º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5D3FE is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 211 | 254 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.00 |
| HSL | 215.34º | 0.97% | 0.85% | - |
| HSV(B) | 215.34º | 0.29% | 1% | - |
| XYZ | 60.24 | 63.57 | 102.86 | - |
| YUV | 206.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 254 | 0.29 | 0.17 | 0 | 0.00 | 215.34 | 0.97 | 0.85 |
| Hex | B5 | D3 | FE | 1D | 11 | 0 | 0 | D7 | 61 | 55 |
| Octal | 265 | 323 | 376 | 35 | 21 | 0 | 0 | 327 | 141 | 125 |
| Binary | 10110101 | 11010011 | 11111110 | 11101 | 10001 | 0 | 0 | 11010111 | 1100001 | 1010101 |
Color Harmonies of #B5D3FE
Complementary color
Monochromatic Colors of #B5D3FE
Black with #B5D3FE
Text Example
Text Example
White with #B5D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D3FE; }
p { color: rgb(181,211,254); }
H1.HeaderClassName
{
color: #B5D3FE;
}
.AnyTagClassName
{
color: #B5D3FE;
}
</style>
background-color css
<style>
a { background-color: #B5D3FE; }
a { background-color: rgb(181,211,254); }
div.DivClassName
{
background-color: #B5D3FE;
}
.BgClassName
{
background-color: #B5D3FE;
}
</style>
border-color css
<style>
span { border-color: #B5D3FE; }
span { border-color: rgb(181,211,254); }
td.TdClassName
{
border-color: #B5D3FE;
}
.TagClassName
{
border-color: #B5D3FE;
}
</style>