Html Css Color HEX #B2CFE8 Pale Cornflower Blue
📋 copy color: '#B2CFE8'red 178 ◦ green 207 ◦ blue 232
Shades of Pale Cornflower Blue #B2CFE8
Tints of Pale Cornflower Blue #B2CFE8
RGB
CMYK
RGB Variations
Color information
#B2CFE8 (or 0xB2CFE8) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and E8. RGB value is (178,207,232). Sum of RGB (Red+Green+Blue) = 178+207+232=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #B2CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFE8 is #4D3017. Grayscale: #C9C9C9. Windows color (decimal): -5058584 or 15257522. OLE color: 15257522.
HSL color Cylindrical-coordinate representation of color #B2CFE8: hue angle of 207.78º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2CFE8 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 207 | 232 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.09 |
| HSL | 207.78º | 0.54% | 0.8% | - |
| HSV(B) | 207.78º | 0.23% | 0.91% | - |
| XYZ | 55.24 | 59.92 | 85 | - |
| YUV | 201.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 232 | 0.23 | 0.11 | 0 | 0.09 | 207.78 | 0.54 | 0.8 |
| Hex | B2 | CF | E8 | 17 | B | 0 | 9 | D0 | 36 | 50 |
| Octal | 262 | 317 | 350 | 27 | 13 | 0 | 11 | 320 | 66 | 120 |
| Binary | 10110010 | 11001111 | 11101000 | 10111 | 1011 | 0 | 1001 | 11010000 | 110110 | 1010000 |
Color Harmonies of #B2CFE8
Complementary color
Monochromatic Colors of #B2CFE8
Black with #B2CFE8
Text Example
Text Example
White with #B2CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFE8; }
p { color: rgb(178,207,232); }
H1.HeaderClassName
{
color: #B2CFE8;
}
.AnyTagClassName
{
color: #B2CFE8;
}
</style>
background-color css
<style>
a { background-color: #B2CFE8; }
a { background-color: rgb(178,207,232); }
div.DivClassName
{
background-color: #B2CFE8;
}
.BgClassName
{
background-color: #B2CFE8;
}
</style>
border-color css
<style>
span { border-color: #B2CFE8; }
span { border-color: rgb(178,207,232); }
td.TdClassName
{
border-color: #B2CFE8;
}
.TagClassName
{
border-color: #B2CFE8;
}
</style>