Html Css Color HEX #B4D5F8 Pale Cornflower Blue
📋 copy color: '#B4D5F8'red 180 ◦ green 213 ◦ blue 248
Shades of Pale Cornflower Blue #B4D5F8
Tints of Pale Cornflower Blue #B4D5F8
RGB
CMYK
RGB Variations
Color information
#B4D5F8 (or 0xB4D5F8) is known color: Pale Cornflower Blue. HEX triplet: B4, D5 and F8. RGB value is (180,213,248). Sum of RGB (Red+Green+Blue) = 180+213+248=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4D5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D5F8 is #4B2A07. Grayscale: #CECECE. Windows color (decimal): -4925960 or 16307636. OLE color: 16307636.
HSL color Cylindrical-coordinate representation of color #B4D5F8: hue angle of 210.88º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4D5F8 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 213 | 248 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.03 |
| HSL | 210.88º | 0.83% | 0.84% | - |
| HSV(B) | 210.88º | 0.27% | 0.97% | - |
| XYZ | 59.56 | 64.07 | 98.03 | - |
| YUV | 207.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 248 | 0.27 | 0.14 | 0 | 0.03 | 210.88 | 0.83 | 0.84 |
| Hex | B4 | D5 | F8 | 1B | E | 0 | 3 | D3 | 53 | 54 |
| Octal | 264 | 325 | 370 | 33 | 16 | 0 | 3 | 323 | 123 | 124 |
| Binary | 10110100 | 11010101 | 11111000 | 11011 | 1110 | 0 | 11 | 11010011 | 1010011 | 1010100 |
Color Harmonies of #B4D5F8
Complementary color
Monochromatic Colors of #B4D5F8
Black with #B4D5F8
Text Example
Text Example
White with #B4D5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D5F8; }
p { color: rgb(180,213,248); }
H1.HeaderClassName
{
color: #B4D5F8;
}
.AnyTagClassName
{
color: #B4D5F8;
}
</style>
background-color css
<style>
a { background-color: #B4D5F8; }
a { background-color: rgb(180,213,248); }
div.DivClassName
{
background-color: #B4D5F8;
}
.BgClassName
{
background-color: #B4D5F8;
}
</style>
border-color css
<style>
span { border-color: #B4D5F8; }
span { border-color: rgb(180,213,248); }
td.TdClassName
{
border-color: #B4D5F8;
}
.TagClassName
{
border-color: #B4D5F8;
}
</style>