Html Css Color HEX #BDDEFB Pale Cornflower Blue
📋 copy color: '#BDDEFB'red 189 ◦ green 222 ◦ blue 251
Shades of Pale Cornflower Blue #BDDEFB
Tints of Pale Cornflower Blue #BDDEFB
RGB
CMYK
RGB Variations
Color information
#BDDEFB (or 0xBDDEFB) is known color: Pale Cornflower Blue. HEX triplet: BD, DE and FB. RGB value is (189,222,251). Sum of RGB (Red+Green+Blue) = 189+222+251=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFB is #422104. Grayscale: #D7D7D7. Windows color (decimal): -4333829 or 16506557. OLE color: 16506557.
HSL color Cylindrical-coordinate representation of color #BDDEFB: hue angle of 208.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDEFB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 222 | 251 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.02 |
| HSL | 208.06º | 0.89% | 0.86% | - |
| HSV(B) | 208.06º | 0.25% | 0.98% | - |
| XYZ | 64.52 | 70.03 | 101.38 | - |
| YUV | 215.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 251 | 0.25 | 0.12 | 0 | 0.02 | 208.06 | 0.89 | 0.86 |
| Hex | BD | DE | FB | 19 | C | 0 | 2 | D0 | 59 | 56 |
| Octal | 275 | 336 | 373 | 31 | 14 | 0 | 2 | 320 | 131 | 126 |
| Binary | 10111101 | 11011110 | 11111011 | 11001 | 1100 | 0 | 10 | 11010000 | 1011001 | 1010110 |
Color Harmonies of #BDDEFB
Complementary color
Monochromatic Colors of #BDDEFB
Black with #BDDEFB
Text Example
Text Example
White with #BDDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEFB; }
p { color: rgb(189,222,251); }
H1.HeaderClassName
{
color: #BDDEFB;
}
.AnyTagClassName
{
color: #BDDEFB;
}
</style>
background-color css
<style>
a { background-color: #BDDEFB; }
a { background-color: rgb(189,222,251); }
div.DivClassName
{
background-color: #BDDEFB;
}
.BgClassName
{
background-color: #BDDEFB;
}
</style>
border-color css
<style>
span { border-color: #BDDEFB; }
span { border-color: rgb(189,222,251); }
td.TdClassName
{
border-color: #BDDEFB;
}
.TagClassName
{
border-color: #BDDEFB;
}
</style>