Html Css Color HEX #B4DBF6 Pale Cornflower Blue
📋 copy color: '#B4DBF6'red 180 ◦ green 219 ◦ blue 246
Shades of Pale Cornflower Blue #B4DBF6
Tints of Pale Cornflower Blue #B4DBF6
RGB
CMYK
RGB Variations
Color information
#B4DBF6 (or 0xB4DBF6) is known color: Pale Cornflower Blue. HEX triplet: B4, DB and F6. RGB value is (180,219,246). Sum of RGB (Red+Green+Blue) = 180+219+246=645 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.91% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4DBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBF6 is #4B2409. Grayscale: #D2D2D2. Windows color (decimal): -4924426 or 16178100. OLE color: 16178100.
HSL color Cylindrical-coordinate representation of color #B4DBF6: hue angle of 204.55º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4DBF6 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 219 | 246 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.04 |
| HSL | 204.55º | 0.79% | 0.84% | - |
| HSV(B) | 204.55º | 0.27% | 0.96% | - |
| XYZ | 60.79 | 67.02 | 96.92 | - |
| YUV | 210.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 246 | 0.27 | 0.11 | 0 | 0.04 | 204.55 | 0.79 | 0.84 |
| Hex | B4 | DB | F6 | 1B | B | 0 | 4 | CD | 4F | 54 |
| Octal | 264 | 333 | 366 | 33 | 13 | 0 | 4 | 315 | 117 | 124 |
| Binary | 10110100 | 11011011 | 11110110 | 11011 | 1011 | 0 | 100 | 11001101 | 1001111 | 1010100 |
Color Harmonies of #B4DBF6
Complementary color
Monochromatic Colors of #B4DBF6
Black with #B4DBF6
Text Example
Text Example
White with #B4DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBF6; }
p { color: rgb(180,219,246); }
H1.HeaderClassName
{
color: #B4DBF6;
}
.AnyTagClassName
{
color: #B4DBF6;
}
</style>
background-color css
<style>
a { background-color: #B4DBF6; }
a { background-color: rgb(180,219,246); }
div.DivClassName
{
background-color: #B4DBF6;
}
.BgClassName
{
background-color: #B4DBF6;
}
</style>
border-color css
<style>
span { border-color: #B4DBF6; }
span { border-color: rgb(180,219,246); }
td.TdClassName
{
border-color: #B4DBF6;
}
.TagClassName
{
border-color: #B4DBF6;
}
</style>