Html Css Color HEX #B2CFE9 Pale Cornflower Blue
📋 copy color: '#B2CFE9'red 178 ◦ green 207 ◦ blue 233
Shades of Pale Cornflower Blue #B2CFE9
Tints of Pale Cornflower Blue #B2CFE9
RGB
CMYK
RGB Variations
Color information
#B2CFE9 (or 0xB2CFE9) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and E9. RGB value is (178,207,233). Sum of RGB (Red+Green+Blue) = 178+207+233=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2CFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFE9 is #4D3016. Grayscale: #C9C9C9. Windows color (decimal): -5058583 or 15323058. OLE color: 15323058.
HSL color Cylindrical-coordinate representation of color #B2CFE9: hue angle of 208.36º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CFE9 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 207 | 233 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.09 |
| HSL | 208.36º | 0.56% | 0.81% | - |
| HSV(B) | 208.36º | 0.24% | 0.91% | - |
| XYZ | 55.38 | 59.97 | 85.75 | - |
| YUV | 201.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 233 | 0.24 | 0.11 | 0 | 0.09 | 208.36 | 0.56 | 0.81 |
| Hex | B2 | CF | E9 | 18 | B | 0 | 9 | D0 | 38 | 51 |
| Octal | 262 | 317 | 351 | 30 | 13 | 0 | 11 | 320 | 70 | 121 |
| Binary | 10110010 | 11001111 | 11101001 | 11000 | 1011 | 0 | 1001 | 11010000 | 111000 | 1010001 |
Color Harmonies of #B2CFE9
Complementary color
Monochromatic Colors of #B2CFE9
Black with #B2CFE9
Text Example
Text Example
White with #B2CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFE9; }
p { color: rgb(178,207,233); }
H1.HeaderClassName
{
color: #B2CFE9;
}
.AnyTagClassName
{
color: #B2CFE9;
}
</style>
background-color css
<style>
a { background-color: #B2CFE9; }
a { background-color: rgb(178,207,233); }
div.DivClassName
{
background-color: #B2CFE9;
}
.BgClassName
{
background-color: #B2CFE9;
}
</style>
border-color css
<style>
span { border-color: #B2CFE9; }
span { border-color: rgb(178,207,233); }
td.TdClassName
{
border-color: #B2CFE9;
}
.TagClassName
{
border-color: #B2CFE9;
}
</style>