Html Css Color HEX #B2CFEB Pale Cornflower Blue
📋 copy color: '#B2CFEB'red 178 ◦ green 207 ◦ blue 235
Shades of Pale Cornflower Blue #B2CFEB
Tints of Pale Cornflower Blue #B2CFEB
RGB
CMYK
RGB Variations
Color information
#B2CFEB (or 0xB2CFEB) is known color: Pale Cornflower Blue. HEX triplet: B2, CF and EB. RGB value is (178,207,235). Sum of RGB (Red+Green+Blue) = 178+207+235=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFEB is #4D3014. Grayscale: #C9C9C9. Windows color (decimal): -5058581 or 15454130. OLE color: 15454130.
HSL color Cylindrical-coordinate representation of color #B2CFEB: hue angle of 209.47º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CFEB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 207 | 235 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.08 |
| HSL | 209.47º | 0.59% | 0.81% | - |
| HSV(B) | 209.47º | 0.24% | 0.92% | - |
| XYZ | 55.67 | 60.09 | 87.26 | - |
| YUV | 201.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 235 | 0.24 | 0.12 | 0 | 0.08 | 209.47 | 0.59 | 0.81 |
| Hex | B2 | CF | EB | 18 | C | 0 | 8 | D1 | 3B | 51 |
| Octal | 262 | 317 | 353 | 30 | 14 | 0 | 10 | 321 | 73 | 121 |
| Binary | 10110010 | 11001111 | 11101011 | 11000 | 1100 | 0 | 1000 | 11010001 | 111011 | 1010001 |
Color Harmonies of #B2CFEB
Complementary color
Monochromatic Colors of #B2CFEB
Black with #B2CFEB
Text Example
Text Example
White with #B2CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFEB; }
p { color: rgb(178,207,235); }
H1.HeaderClassName
{
color: #B2CFEB;
}
.AnyTagClassName
{
color: #B2CFEB;
}
</style>
background-color css
<style>
a { background-color: #B2CFEB; }
a { background-color: rgb(178,207,235); }
div.DivClassName
{
background-color: #B2CFEB;
}
.BgClassName
{
background-color: #B2CFEB;
}
</style>
border-color css
<style>
span { border-color: #B2CFEB; }
span { border-color: rgb(178,207,235); }
td.TdClassName
{
border-color: #B2CFEB;
}
.TagClassName
{
border-color: #B2CFEB;
}
</style>