Html Css Color HEX #B4DEFC Pale Cornflower Blue
📋 copy color: '#B4DEFC'red 180 ◦ green 222 ◦ blue 252
Shades of Pale Cornflower Blue #B4DEFC
Tints of Pale Cornflower Blue #B4DEFC
RGB
CMYK
RGB Variations
Color information
#B4DEFC (or 0xB4DEFC) is known color: Pale Cornflower Blue. HEX triplet: B4, DE and FC. RGB value is (180,222,252). Sum of RGB (Red+Green+Blue) = 180+222+252=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEFC is #4B2103. Grayscale: #D4D4D4. Windows color (decimal): -4923652 or 16572084. OLE color: 16572084.
HSL color Cylindrical-coordinate representation of color #B4DEFC: hue angle of 205º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DEFC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 222 | 252 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.01 |
| HSL | 205º | 0.92% | 0.85% | - |
| HSV(B) | 205º | 0.29% | 0.99% | - |
| XYZ | 62.51 | 68.97 | 102.11 | - |
| YUV | 212.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 252 | 0.29 | 0.12 | 0 | 0.01 | 205 | 0.92 | 0.85 |
| Hex | B4 | DE | FC | 1D | C | 0 | 1 | CD | 5C | 55 |
| Octal | 264 | 336 | 374 | 35 | 14 | 0 | 1 | 315 | 134 | 125 |
| Binary | 10110100 | 11011110 | 11111100 | 11101 | 1100 | 0 | 1 | 11001101 | 1011100 | 1010101 |
Color Harmonies of #B4DEFC
Complementary color
Monochromatic Colors of #B4DEFC
Black with #B4DEFC
Text Example
Text Example
White with #B4DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEFC; }
p { color: rgb(180,222,252); }
H1.HeaderClassName
{
color: #B4DEFC;
}
.AnyTagClassName
{
color: #B4DEFC;
}
</style>
background-color css
<style>
a { background-color: #B4DEFC; }
a { background-color: rgb(180,222,252); }
div.DivClassName
{
background-color: #B4DEFC;
}
.BgClassName
{
background-color: #B4DEFC;
}
</style>
border-color css
<style>
span { border-color: #B4DEFC; }
span { border-color: rgb(180,222,252); }
td.TdClassName
{
border-color: #B4DEFC;
}
.TagClassName
{
border-color: #B4DEFC;
}
</style>