Html Css Color HEX #B2DAFE Pale Cornflower Blue
📋 copy color: '#B2DAFE'red 178 ◦ green 218 ◦ blue 254
Shades of Pale Cornflower Blue #B2DAFE
Tints of Pale Cornflower Blue #B2DAFE
RGB
CMYK
RGB Variations
Color information
#B2DAFE (or 0xB2DAFE) is known color: Pale Cornflower Blue. HEX triplet: B2, DA and FE. RGB value is (178,218,254). Sum of RGB (Red+Green+Blue) = 178+218+254=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAFE is #4D2501. Grayscale: #D1D1D1. Windows color (decimal): -5055746 or 16702130. OLE color: 16702130.
HSL color Cylindrical-coordinate representation of color #B2DAFE: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DAFE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 218 | 254 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.00 |
| HSL | 208.42º | 0.97% | 0.85% | - |
| HSV(B) | 208.42º | 0.3% | 1% | - |
| XYZ | 61.32 | 66.76 | 103.42 | - |
| YUV | 210.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 254 | 0.30 | 0.14 | 0 | 0.00 | 208.42 | 0.97 | 0.85 |
| Hex | B2 | DA | FE | 1E | E | 0 | 0 | D0 | 61 | 55 |
| Octal | 262 | 332 | 376 | 36 | 16 | 0 | 0 | 320 | 141 | 125 |
| Binary | 10110010 | 11011010 | 11111110 | 11110 | 1110 | 0 | 0 | 11010000 | 1100001 | 1010101 |
Color Harmonies of #B2DAFE
Complementary color
Monochromatic Colors of #B2DAFE
Black with #B2DAFE
Text Example
Text Example
White with #B2DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAFE; }
p { color: rgb(178,218,254); }
H1.HeaderClassName
{
color: #B2DAFE;
}
.AnyTagClassName
{
color: #B2DAFE;
}
</style>
background-color css
<style>
a { background-color: #B2DAFE; }
a { background-color: rgb(178,218,254); }
div.DivClassName
{
background-color: #B2DAFE;
}
.BgClassName
{
background-color: #B2DAFE;
}
</style>
border-color css
<style>
span { border-color: #B2DAFE; }
span { border-color: rgb(178,218,254); }
td.TdClassName
{
border-color: #B2DAFE;
}
.TagClassName
{
border-color: #B2DAFE;
}
</style>