Html Css Color HEX #B2D0FE Pale Cornflower Blue
📋 copy color: '#B2D0FE'red 178 ◦ green 208 ◦ blue 254
Shades of Pale Cornflower Blue #B2D0FE
Tints of Pale Cornflower Blue #B2D0FE
RGB
CMYK
RGB Variations
Color information
#B2D0FE (or 0xB2D0FE) is known color: Pale Cornflower Blue. HEX triplet: B2, D0 and FE. RGB value is (178,208,254). Sum of RGB (Red+Green+Blue) = 178+208+254=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D0FE is #4D2F01. Grayscale: #CCCCCC. Windows color (decimal): -5058306 or 16699570. OLE color: 16699570.
HSL color Cylindrical-coordinate representation of color #B2D0FE: hue angle of 216.32º 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 #B2D0FE is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 208 | 254 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.00 |
| HSL | 216.32º | 0.97% | 0.85% | - |
| HSV(B) | 216.32º | 0.3% | 1% | - |
| XYZ | 58.81 | 61.73 | 102.58 | - |
| YUV | 204.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 254 | 0.30 | 0.18 | 0 | 0.00 | 216.32 | 0.97 | 0.85 |
| Hex | B2 | D0 | FE | 1E | 12 | 0 | 0 | D8 | 61 | 55 |
| Octal | 262 | 320 | 376 | 36 | 22 | 0 | 0 | 330 | 141 | 125 |
| Binary | 10110010 | 11010000 | 11111110 | 11110 | 10010 | 0 | 0 | 11011000 | 1100001 | 1010101 |
Color Harmonies of #B2D0FE
Complementary color
Monochromatic Colors of #B2D0FE
Black with #B2D0FE
Text Example
Text Example
White with #B2D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D0FE; }
p { color: rgb(178,208,254); }
H1.HeaderClassName
{
color: #B2D0FE;
}
.AnyTagClassName
{
color: #B2D0FE;
}
</style>
background-color css
<style>
a { background-color: #B2D0FE; }
a { background-color: rgb(178,208,254); }
div.DivClassName
{
background-color: #B2D0FE;
}
.BgClassName
{
background-color: #B2D0FE;
}
</style>
border-color css
<style>
span { border-color: #B2D0FE; }
span { border-color: rgb(178,208,254); }
td.TdClassName
{
border-color: #B2D0FE;
}
.TagClassName
{
border-color: #B2D0FE;
}
</style>