Html Css Color HEX #B1CBFF Pale Cornflower Blue
📋 copy color: '#B1CBFF'red 177 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #B1CBFF
Tints of Pale Cornflower Blue #B1CBFF
RGB
CMYK
RGB Variations
Color information
#B1CBFF (or 0xB1CBFF) is known color: Pale Cornflower Blue. HEX triplet: B1, CB and FF. RGB value is (177,203,255). Sum of RGB (Red+Green+Blue) = 177+203+255=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBFF is #4E3400. Grayscale: #C8C8C8. Windows color (decimal): -5125121 or 16763825. OLE color: 16763825.
HSL color Cylindrical-coordinate representation of color #B1CBFF: hue angle of 220º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CBFF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 203 | 255 | - |
| CMYK | 0.31 | 0.20 | 0 | 0 |
| HSL | 220º | 1% | 0.85% | - |
| HSV(B) | 220º | 0.31% | 1% | - |
| XYZ | 57.54 | 59.28 | 103.02 | - |
| YUV | 201.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 255 | 0.31 | 0.20 | 0 | 0 | 220 | 1 | 0.85 |
| Hex | B1 | CB | FF | 1F | 14 | 0 | 0 | DC | 64 | 55 |
| Octal | 261 | 313 | 377 | 37 | 24 | 0 | 0 | 334 | 144 | 125 |
| Binary | 10110001 | 11001011 | 11111111 | 11111 | 10100 | 0 | 0 | 11011100 | 1100100 | 1010101 |
Color Harmonies of #B1CBFF
Complementary color
Monochromatic Colors of #B1CBFF
Black with #B1CBFF
Text Example
Text Example
White with #B1CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBFF; }
p { color: rgb(177,203,255); }
H1.HeaderClassName
{
color: #B1CBFF;
}
.AnyTagClassName
{
color: #B1CBFF;
}
</style>
background-color css
<style>
a { background-color: #B1CBFF; }
a { background-color: rgb(177,203,255); }
div.DivClassName
{
background-color: #B1CBFF;
}
.BgClassName
{
background-color: #B1CBFF;
}
</style>
border-color css
<style>
span { border-color: #B1CBFF; }
span { border-color: rgb(177,203,255); }
td.TdClassName
{
border-color: #B1CBFF;
}
.TagClassName
{
border-color: #B1CBFF;
}
</style>