Html Css Color HEX #B2DAFF Pale Cornflower Blue
📋 copy color: '#B2DAFF'red 178 ◦ green 218 ◦ blue 255
Shades of Pale Cornflower Blue #B2DAFF
Tints of Pale Cornflower Blue #B2DAFF
RGB
CMYK
RGB Variations
Color information
#B2DAFF (or 0xB2DAFF) is known color: Pale Cornflower Blue. HEX triplet: B2, DA and FF. RGB value is (178,218,255). Sum of RGB (Red+Green+Blue) = 178+218+255=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAFF is #4D2500. Grayscale: #D2D2D2. Windows color (decimal): -5055745 or 16767666. OLE color: 16767666.
HSL color Cylindrical-coordinate representation of color #B2DAFF: hue angle of 208.83º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DAFF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 218 | 255 | - |
| CMYK | 0.30 | 0.15 | 0 | 0 |
| HSL | 208.83º | 1% | 0.85% | - |
| HSV(B) | 208.83º | 0.3% | 1% | - |
| XYZ | 61.48 | 66.83 | 104.27 | - |
| YUV | 210.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 255 | 0.30 | 0.15 | 0 | 0 | 208.83 | 1 | 0.85 |
| Hex | B2 | DA | FF | 1E | F | 0 | 0 | D1 | 64 | 55 |
| Octal | 262 | 332 | 377 | 36 | 17 | 0 | 0 | 321 | 144 | 125 |
| Binary | 10110010 | 11011010 | 11111111 | 11110 | 1111 | 0 | 0 | 11010001 | 1100100 | 1010101 |
Color Harmonies of #B2DAFF
Complementary color
Monochromatic Colors of #B2DAFF
Black with #B2DAFF
Text Example
Text Example
White with #B2DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAFF; }
p { color: rgb(178,218,255); }
H1.HeaderClassName
{
color: #B2DAFF;
}
.AnyTagClassName
{
color: #B2DAFF;
}
</style>
background-color css
<style>
a { background-color: #B2DAFF; }
a { background-color: rgb(178,218,255); }
div.DivClassName
{
background-color: #B2DAFF;
}
.BgClassName
{
background-color: #B2DAFF;
}
</style>
border-color css
<style>
span { border-color: #B2DAFF; }
span { border-color: rgb(178,218,255); }
td.TdClassName
{
border-color: #B2DAFF;
}
.TagClassName
{
border-color: #B2DAFF;
}
</style>