Html Css Color HEX #B5DCFF Pale Cornflower Blue
📋 copy color: '#B5DCFF'red 181 ◦ green 220 ◦ blue 255
Shades of Pale Cornflower Blue #B5DCFF
Tints of Pale Cornflower Blue #B5DCFF
RGB
CMYK
RGB Variations
Color information
#B5DCFF (or 0xB5DCFF) is known color: Pale Cornflower Blue. HEX triplet: B5, DC and FF. RGB value is (181,220,255). Sum of RGB (Red+Green+Blue) = 181+220+255=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCFF is #4A2300. Grayscale: #D4D4D4. Windows color (decimal): -4858625 or 16768181. OLE color: 16768181.
HSL color Cylindrical-coordinate representation of color #B5DCFF: hue angle of 208.38º 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 #B5DCFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 220 | 255 | - |
| CMYK | 0.29 | 0.14 | 0 | 0 |
| HSL | 208.38º | 1% | 0.85% | - |
| HSV(B) | 208.38º | 0.29% | 1% | - |
| XYZ | 62.7 | 68.23 | 104.47 | - |
| YUV | 212.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 255 | 0.29 | 0.14 | 0 | 0 | 208.38 | 1 | 0.85 |
| Hex | B5 | DC | FF | 1D | E | 0 | 0 | D0 | 64 | 55 |
| Octal | 265 | 334 | 377 | 35 | 16 | 0 | 0 | 320 | 144 | 125 |
| Binary | 10110101 | 11011100 | 11111111 | 11101 | 1110 | 0 | 0 | 11010000 | 1100100 | 1010101 |
Color Harmonies of #B5DCFF
Complementary color
Monochromatic Colors of #B5DCFF
Black with #B5DCFF
Text Example
Text Example
White with #B5DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCFF; }
p { color: rgb(181,220,255); }
H1.HeaderClassName
{
color: #B5DCFF;
}
.AnyTagClassName
{
color: #B5DCFF;
}
</style>
background-color css
<style>
a { background-color: #B5DCFF; }
a { background-color: rgb(181,220,255); }
div.DivClassName
{
background-color: #B5DCFF;
}
.BgClassName
{
background-color: #B5DCFF;
}
</style>
border-color css
<style>
span { border-color: #B5DCFF; }
span { border-color: rgb(181,220,255); }
td.TdClassName
{
border-color: #B5DCFF;
}
.TagClassName
{
border-color: #B5DCFF;
}
</style>