Html Css Color HEX #B1CCFA Pale Cornflower Blue
📋 copy color: '#B1CCFA'red 177 ◦ green 204 ◦ blue 250
Shades of Pale Cornflower Blue #B1CCFA
Tints of Pale Cornflower Blue #B1CCFA
RGB
CMYK
RGB Variations
Color information
#B1CCFA (or 0xB1CCFA) is known color: Pale Cornflower Blue. HEX triplet: B1, CC and FA. RGB value is (177,204,250). Sum of RGB (Red+Green+Blue) = 177+204+250=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCFA is #4E3305. Grayscale: #C8C8C8. Windows color (decimal): -5124870 or 16436401. OLE color: 16436401.
HSL color Cylindrical-coordinate representation of color #B1CCFA: hue angle of 217.81º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1CCFA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 204 | 250 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.02 |
| HSL | 217.81º | 0.88% | 0.84% | - |
| HSV(B) | 217.81º | 0.29% | 0.98% | - |
| XYZ | 56.98 | 59.43 | 98.91 | - |
| YUV | 201.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 250 | 0.29 | 0.18 | 0 | 0.02 | 217.81 | 0.88 | 0.84 |
| Hex | B1 | CC | FA | 1D | 12 | 0 | 2 | DA | 58 | 54 |
| Octal | 261 | 314 | 372 | 35 | 22 | 0 | 2 | 332 | 130 | 124 |
| Binary | 10110001 | 11001100 | 11111010 | 11101 | 10010 | 0 | 10 | 11011010 | 1011000 | 1010100 |
Color Harmonies of #B1CCFA
Complementary color
Monochromatic Colors of #B1CCFA
Black with #B1CCFA
Text Example
Text Example
White with #B1CCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCFA; }
p { color: rgb(177,204,250); }
H1.HeaderClassName
{
color: #B1CCFA;
}
.AnyTagClassName
{
color: #B1CCFA;
}
</style>
background-color css
<style>
a { background-color: #B1CCFA; }
a { background-color: rgb(177,204,250); }
div.DivClassName
{
background-color: #B1CCFA;
}
.BgClassName
{
background-color: #B1CCFA;
}
</style>
border-color css
<style>
span { border-color: #B1CCFA; }
span { border-color: rgb(177,204,250); }
td.TdClassName
{
border-color: #B1CCFA;
}
.TagClassName
{
border-color: #B1CCFA;
}
</style>