Html Css Color HEX #B2CDFE Pale Cornflower Blue
📋 copy color: '#B2CDFE'red 178 ◦ green 205 ◦ blue 254
Shades of Pale Cornflower Blue #B2CDFE
Tints of Pale Cornflower Blue #B2CDFE
RGB
CMYK
RGB Variations
Color information
#B2CDFE (or 0xB2CDFE) is known color: Pale Cornflower Blue. HEX triplet: B2, CD and FE. RGB value is (178,205,254). Sum of RGB (Red+Green+Blue) = 178+205+254=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CDFE is #4D3201. Grayscale: #CACACA. Windows color (decimal): -5059074 or 16698802. OLE color: 16698802.
HSL color Cylindrical-coordinate representation of color #B2CDFE: hue angle of 218.68º 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 #B2CDFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 205 | 254 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.00 |
| HSL | 218.68º | 0.97% | 0.85% | - |
| HSV(B) | 218.68º | 0.3% | 1% | - |
| XYZ | 58.08 | 60.28 | 102.34 | - |
| YUV | 202.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 254 | 0.30 | 0.19 | 0 | 0.00 | 218.68 | 0.97 | 0.85 |
| Hex | B2 | CD | FE | 1E | 13 | 0 | 0 | DB | 61 | 55 |
| Octal | 262 | 315 | 376 | 36 | 23 | 0 | 0 | 333 | 141 | 125 |
| Binary | 10110010 | 11001101 | 11111110 | 11110 | 10011 | 0 | 0 | 11011011 | 1100001 | 1010101 |
Color Harmonies of #B2CDFE
Complementary color
Monochromatic Colors of #B2CDFE
Black with #B2CDFE
Text Example
Text Example
White with #B2CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDFE; }
p { color: rgb(178,205,254); }
H1.HeaderClassName
{
color: #B2CDFE;
}
.AnyTagClassName
{
color: #B2CDFE;
}
</style>
background-color css
<style>
a { background-color: #B2CDFE; }
a { background-color: rgb(178,205,254); }
div.DivClassName
{
background-color: #B2CDFE;
}
.BgClassName
{
background-color: #B2CDFE;
}
</style>
border-color css
<style>
span { border-color: #B2CDFE; }
span { border-color: rgb(178,205,254); }
td.TdClassName
{
border-color: #B2CDFE;
}
.TagClassName
{
border-color: #B2CDFE;
}
</style>