Html Css Color HEX #B1CFE6 Pale Cornflower Blue
📋 copy color: '#B1CFE6'red 177 ◦ green 207 ◦ blue 230
Shades of Pale Cornflower Blue #B1CFE6
Tints of Pale Cornflower Blue #B1CFE6
RGB
CMYK
RGB Variations
Color information
#B1CFE6 (or 0xB1CFE6) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and E6. RGB value is (177,207,230). Sum of RGB (Red+Green+Blue) = 177+207+230=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1CFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFE6 is #4E3019. Grayscale: #C8C8C8. Windows color (decimal): -5124122 or 15126449. OLE color: 15126449.
HSL color Cylindrical-coordinate representation of color #B1CFE6: hue angle of 206.04º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CFE6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 207 | 230 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.10 |
| HSL | 206.04º | 0.51% | 0.8% | - |
| HSV(B) | 206.04º | 0.23% | 0.9% | - |
| XYZ | 54.73 | 59.69 | 83.5 | - |
| YUV | 200.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 230 | 0.23 | 0.10 | 0 | 0.10 | 206.04 | 0.51 | 0.8 |
| Hex | B1 | CF | E6 | 17 | A | 0 | A | CE | 33 | 50 |
| Octal | 261 | 317 | 346 | 27 | 12 | 0 | 12 | 316 | 63 | 120 |
| Binary | 10110001 | 11001111 | 11100110 | 10111 | 1010 | 0 | 1010 | 11001110 | 110011 | 1010000 |
Color Harmonies of #B1CFE6
Complementary color
Monochromatic Colors of #B1CFE6
Black with #B1CFE6
Text Example
Text Example
White with #B1CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFE6; }
p { color: rgb(177,207,230); }
H1.HeaderClassName
{
color: #B1CFE6;
}
.AnyTagClassName
{
color: #B1CFE6;
}
</style>
background-color css
<style>
a { background-color: #B1CFE6; }
a { background-color: rgb(177,207,230); }
div.DivClassName
{
background-color: #B1CFE6;
}
.BgClassName
{
background-color: #B1CFE6;
}
</style>
border-color css
<style>
span { border-color: #B1CFE6; }
span { border-color: rgb(177,207,230); }
td.TdClassName
{
border-color: #B1CFE6;
}
.TagClassName
{
border-color: #B1CFE6;
}
</style>