Html Css Color HEX #B4D7FA Pale Cornflower Blue
📋 copy color: '#B4D7FA'red 180 ◦ green 215 ◦ blue 250
Shades of Pale Cornflower Blue #B4D7FA
Tints of Pale Cornflower Blue #B4D7FA
RGB
CMYK
RGB Variations
Color information
#B4D7FA (or 0xB4D7FA) is known color: Pale Cornflower Blue. HEX triplet: B4, D7 and FA. RGB value is (180,215,250). Sum of RGB (Red+Green+Blue) = 180+215+250=645 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.91% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D7FA is #4B2805. Grayscale: #D0D0D0. Windows color (decimal): -4925446 or 16439220. OLE color: 16439220.
HSL color Cylindrical-coordinate representation of color #B4D7FA: hue angle of 210º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4D7FA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 215 | 250 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.02 |
| HSL | 210º | 0.88% | 0.84% | - |
| HSV(B) | 210º | 0.28% | 0.98% | - |
| XYZ | 60.38 | 65.21 | 99.85 | - |
| YUV | 208.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 215 | 250 | 0.28 | 0.14 | 0 | 0.02 | 210 | 0.88 | 0.84 |
| Hex | B4 | D7 | FA | 1C | E | 0 | 2 | D2 | 58 | 54 |
| Octal | 264 | 327 | 372 | 34 | 16 | 0 | 2 | 322 | 130 | 124 |
| Binary | 10110100 | 11010111 | 11111010 | 11100 | 1110 | 0 | 10 | 11010010 | 1011000 | 1010100 |
Color Harmonies of #B4D7FA
Complementary color
Monochromatic Colors of #B4D7FA
Black with #B4D7FA
Text Example
Text Example
White with #B4D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D7FA; }
p { color: rgb(180,215,250); }
H1.HeaderClassName
{
color: #B4D7FA;
}
.AnyTagClassName
{
color: #B4D7FA;
}
</style>
background-color css
<style>
a { background-color: #B4D7FA; }
a { background-color: rgb(180,215,250); }
div.DivClassName
{
background-color: #B4D7FA;
}
.BgClassName
{
background-color: #B4D7FA;
}
</style>
border-color css
<style>
span { border-color: #B4D7FA; }
span { border-color: rgb(180,215,250); }
td.TdClassName
{
border-color: #B4D7FA;
}
.TagClassName
{
border-color: #B4D7FA;
}
</style>