Html Css Color HEX #B4DDFA Pale Cornflower Blue
📋 copy color: '#B4DDFA'red 180 ◦ green 221 ◦ blue 250
Shades of Pale Cornflower Blue #B4DDFA
Tints of Pale Cornflower Blue #B4DDFA
RGB
CMYK
RGB Variations
Color information
#B4DDFA (or 0xB4DDFA) is known color: Pale Cornflower Blue. HEX triplet: B4, DD and FA. RGB value is (180,221,250). Sum of RGB (Red+Green+Blue) = 180+221+250=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDFA is #4B2205. Grayscale: #D3D3D3. Windows color (decimal): -4923910 or 16440756. OLE color: 16440756.
HSL color Cylindrical-coordinate representation of color #B4DDFA: hue angle of 204.86º 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 #B4DDFA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 221 | 250 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.02 |
| HSL | 204.86º | 0.88% | 0.84% | - |
| HSV(B) | 204.86º | 0.28% | 0.98% | - |
| XYZ | 61.93 | 68.32 | 100.37 | - |
| YUV | 212.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 250 | 0.28 | 0.12 | 0 | 0.02 | 204.86 | 0.88 | 0.84 |
| Hex | B4 | DD | FA | 1C | C | 0 | 2 | CD | 58 | 54 |
| Octal | 264 | 335 | 372 | 34 | 14 | 0 | 2 | 315 | 130 | 124 |
| Binary | 10110100 | 11011101 | 11111010 | 11100 | 1100 | 0 | 10 | 11001101 | 1011000 | 1010100 |
Color Harmonies of #B4DDFA
Complementary color
Monochromatic Colors of #B4DDFA
Black with #B4DDFA
Text Example
Text Example
White with #B4DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDFA; }
p { color: rgb(180,221,250); }
H1.HeaderClassName
{
color: #B4DDFA;
}
.AnyTagClassName
{
color: #B4DDFA;
}
</style>
background-color css
<style>
a { background-color: #B4DDFA; }
a { background-color: rgb(180,221,250); }
div.DivClassName
{
background-color: #B4DDFA;
}
.BgClassName
{
background-color: #B4DDFA;
}
</style>
border-color css
<style>
span { border-color: #B4DDFA; }
span { border-color: rgb(180,221,250); }
td.TdClassName
{
border-color: #B4DDFA;
}
.TagClassName
{
border-color: #B4DDFA;
}
</style>