Html Css Color HEX #B2CFED Pale Cornflower Blue
📋 copy color: '#B2CFED'red 178 ◦ green 207 ◦ blue 237
Shades of Pale Cornflower Blue #B2CFED
Tints of Pale Cornflower Blue #B2CFED
RGB
CMYK
RGB Variations
Color information
#B2CFED (or 0xB2CFED) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and ED. RGB value is (178,207,237). Sum of RGB (Red+Green+Blue) = 178+207+237=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFED is #4D3012. Grayscale: #C9C9C9. Windows color (decimal): -5058579 or 15585202. OLE color: 15585202.
HSL color Cylindrical-coordinate representation of color #B2CFED: hue angle of 210.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CFED is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 207 | 237 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.07 |
| HSL | 210.51º | 0.62% | 0.81% | - |
| HSV(B) | 210.51º | 0.25% | 0.93% | - |
| XYZ | 55.96 | 60.21 | 88.79 | - |
| YUV | 201.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 237 | 0.25 | 0.13 | 0 | 0.07 | 210.51 | 0.62 | 0.81 |
| Hex | B2 | CF | ED | 19 | D | 0 | 7 | D3 | 3E | 51 |
| Octal | 262 | 317 | 355 | 31 | 15 | 0 | 7 | 323 | 76 | 121 |
| Binary | 10110010 | 11001111 | 11101101 | 11001 | 1101 | 0 | 111 | 11010011 | 111110 | 1010001 |
Color Harmonies of #B2CFED
Complementary color
Monochromatic Colors of #B2CFED
Black with #B2CFED
Text Example
Text Example
White with #B2CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFED; }
p { color: rgb(178,207,237); }
H1.HeaderClassName
{
color: #B2CFED;
}
.AnyTagClassName
{
color: #B2CFED;
}
</style>
background-color css
<style>
a { background-color: #B2CFED; }
a { background-color: rgb(178,207,237); }
div.DivClassName
{
background-color: #B2CFED;
}
.BgClassName
{
background-color: #B2CFED;
}
</style>
border-color css
<style>
span { border-color: #B2CFED; }
span { border-color: rgb(178,207,237); }
td.TdClassName
{
border-color: #B2CFED;
}
.TagClassName
{
border-color: #B2CFED;
}
</style>