Html Css Color HEX #B4D0FD Pale Cornflower Blue
📋 copy color: '#B4D0FD'red 180 ◦ green 208 ◦ blue 253
Shades of Pale Cornflower Blue #B4D0FD
Tints of Pale Cornflower Blue #B4D0FD
RGB
CMYK
RGB Variations
Color information
#B4D0FD (or 0xB4D0FD) is known color: Pale Cornflower Blue. HEX triplet: B4, D0 and FD. RGB value is (180,208,253). Sum of RGB (Red+Green+Blue) = 180+208+253=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D0FD is #4B2F02. Grayscale: #CCCCCC. Windows color (decimal): -4927235 or 16634036. OLE color: 16634036.
HSL color Cylindrical-coordinate representation of color #B4D0FD: hue angle of 216.99º degrees, saturation: 0.95, 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 #B4D0FD is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 180 | 208 | 253 | - |
CMYK | 0.29 | 0.18 | 0 | 0.01 |
HSL | 216.99º | 0.95% | 0.85% | - |
HSV(B) | 216.99º | 0.29% | 0.99% | - |
XYZ | 59.11 | 61.91 | 101.76 | - |
YUV | 204.76 | 155.22 | 110.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 208 | 253 | 0.29 | 0.18 | 0 | 0.01 | 216.99 | 0.95 | 0.85 |
Hex | B4 | D0 | FD | 1D | 12 | 0 | 1 | D9 | 5F | 55 |
Octal | 264 | 320 | 375 | 35 | 22 | 0 | 1 | 331 | 137 | 125 |
Binary | 10110100 | 11010000 | 11111101 | 11101 | 10010 | 0 | 1 | 11011001 | 1011111 | 1010101 |
Color Harmonies of #B4D0FD
Complementary color
Monochromatic Colors of #B4D0FD
Black with #B4D0FD
Text Example
Text Example
White with #B4D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0FD; }
p { color: rgb(180,208,253); }
H1.HeaderClassName
{
color: #B4D0FD;
}
.AnyTagClassName
{
color: #B4D0FD;
}
</style>
background-color css
<style>
a { background-color: #B4D0FD; }
a { background-color: rgb(180,208,253); }
div.DivClassName
{
background-color: #B4D0FD;
}
.BgClassName
{
background-color: #B4D0FD;
}
</style>
border-color css
<style>
span { border-color: #B4D0FD; }
span { border-color: rgb(180,208,253); }
td.TdClassName
{
border-color: #B4D0FD;
}
.TagClassName
{
border-color: #B4D0FD;
}
</style>