Html Css Color HEX #B7D0FB Pale Cornflower Blue
📋 copy color: '#B7D0FB'red 183 ◦ green 208 ◦ blue 251
Shades of Pale Cornflower Blue #B7D0FB
Tints of Pale Cornflower Blue #B7D0FB
RGB
CMYK
RGB Variations
Color information
#B7D0FB (or 0xB7D0FB) is known color: Pale Cornflower Blue. HEX triplet: B7, D0 and FB. RGB value is (183,208,251). Sum of RGB (Red+Green+Blue) = 183+208+251=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D0FB is #482F04. Grayscale: #CDCDCD. Windows color (decimal): -4730629 or 16502967. OLE color: 16502967.
HSL color Cylindrical-coordinate representation of color #B7D0FB: hue angle of 217.94º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7D0FB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 208 | 251 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.02 |
| HSL | 217.94º | 0.89% | 0.85% | - |
| HSV(B) | 217.94º | 0.27% | 0.98% | - |
| XYZ | 59.5 | 62.14 | 100.13 | - |
| YUV | 205.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 251 | 0.27 | 0.17 | 0 | 0.02 | 217.94 | 0.89 | 0.85 |
| Hex | B7 | D0 | FB | 1B | 11 | 0 | 2 | DA | 59 | 55 |
| Octal | 267 | 320 | 373 | 33 | 21 | 0 | 2 | 332 | 131 | 125 |
| Binary | 10110111 | 11010000 | 11111011 | 11011 | 10001 | 0 | 10 | 11011010 | 1011001 | 1010101 |
Color Harmonies of #B7D0FB
Complementary color
Monochromatic Colors of #B7D0FB
Black with #B7D0FB
Text Example
Text Example
White with #B7D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0FB; }
p { color: rgb(183,208,251); }
H1.HeaderClassName
{
color: #B7D0FB;
}
.AnyTagClassName
{
color: #B7D0FB;
}
</style>
background-color css
<style>
a { background-color: #B7D0FB; }
a { background-color: rgb(183,208,251); }
div.DivClassName
{
background-color: #B7D0FB;
}
.BgClassName
{
background-color: #B7D0FB;
}
</style>
border-color css
<style>
span { border-color: #B7D0FB; }
span { border-color: rgb(183,208,251); }
td.TdClassName
{
border-color: #B7D0FB;
}
.TagClassName
{
border-color: #B7D0FB;
}
</style>