Html Css Color HEX #B4DBFC Pale Cornflower Blue
📋 copy color: '#B4DBFC'red 180 ◦ green 219 ◦ blue 252
Shades of Pale Cornflower Blue #B4DBFC
Tints of Pale Cornflower Blue #B4DBFC
RGB
CMYK
RGB Variations
Color information
#B4DBFC (or 0xB4DBFC) is known color: Pale Cornflower Blue. HEX triplet: B4, DB and FC. RGB value is (180,219,252). Sum of RGB (Red+Green+Blue) = 180+219+252=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBFC is #4B2403. Grayscale: #D2D2D2. Windows color (decimal): -4924420 or 16571316. OLE color: 16571316.
HSL color Cylindrical-coordinate representation of color #B4DBFC: hue angle of 207.5º 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 #B4DBFC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 219 | 252 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.01 |
| HSL | 207.5º | 0.92% | 0.85% | - |
| HSV(B) | 207.5º | 0.29% | 0.99% | - |
| XYZ | 61.72 | 67.39 | 101.85 | - |
| YUV | 211.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 252 | 0.29 | 0.13 | 0 | 0.01 | 207.5 | 0.92 | 0.85 |
| Hex | B4 | DB | FC | 1D | D | 0 | 1 | D0 | 5C | 55 |
| Octal | 264 | 333 | 374 | 35 | 15 | 0 | 1 | 320 | 134 | 125 |
| Binary | 10110100 | 11011011 | 11111100 | 11101 | 1101 | 0 | 1 | 11010000 | 1011100 | 1010101 |
Color Harmonies of #B4DBFC
Complementary color
Monochromatic Colors of #B4DBFC
Black with #B4DBFC
Text Example
Text Example
White with #B4DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBFC; }
p { color: rgb(180,219,252); }
H1.HeaderClassName
{
color: #B4DBFC;
}
.AnyTagClassName
{
color: #B4DBFC;
}
</style>
background-color css
<style>
a { background-color: #B4DBFC; }
a { background-color: rgb(180,219,252); }
div.DivClassName
{
background-color: #B4DBFC;
}
.BgClassName
{
background-color: #B4DBFC;
}
</style>
border-color css
<style>
span { border-color: #B4DBFC; }
span { border-color: rgb(180,219,252); }
td.TdClassName
{
border-color: #B4DBFC;
}
.TagClassName
{
border-color: #B4DBFC;
}
</style>