Shades of Pattens Blue #BDDEFA
Tints of Pattens Blue #BDDEFA
RGB
CMYK
RGB Variations
Color information
#BDDEFA (or 0xBDDEFA) is known color: Pattens Blue. HEX triplet: BD, DE and FA. RGB value is (189,222,250). Sum of RGB (Red+Green+Blue) = 189+222+250=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFA is #422105. Grayscale: #D7D7D7. Windows color (decimal): -4333830 or 16441021. OLE color: 16441021.
HSL color Cylindrical-coordinate representation of color #BDDEFA: hue angle of 207.54º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDDEFA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 222 | 250 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.02 |
| HSL | 207.54º | 0.86% | 0.86% | - |
| HSV(B) | 207.54º | 0.24% | 0.98% | - |
| XYZ | 64.36 | 69.96 | 100.55 | - |
| YUV | 215.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 250 | 0.24 | 0.11 | 0 | 0.02 | 207.54 | 0.86 | 0.86 |
| Hex | BD | DE | FA | 18 | B | 0 | 2 | D0 | 56 | 56 |
| Octal | 275 | 336 | 372 | 30 | 13 | 0 | 2 | 320 | 126 | 126 |
| Binary | 10111101 | 11011110 | 11111010 | 11000 | 1011 | 0 | 10 | 11010000 | 1010110 | 1010110 |
Color Harmonies of #BDDEFA
Complementary color
Monochromatic Colors of #BDDEFA
Black with #BDDEFA
Text Example
Text Example
White with #BDDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEFA; }
p { color: rgb(189,222,250); }
H1.HeaderClassName
{
color: #BDDEFA;
}
.AnyTagClassName
{
color: #BDDEFA;
}
</style>
background-color css
<style>
a { background-color: #BDDEFA; }
a { background-color: rgb(189,222,250); }
div.DivClassName
{
background-color: #BDDEFA;
}
.BgClassName
{
background-color: #BDDEFA;
}
</style>
border-color css
<style>
span { border-color: #BDDEFA; }
span { border-color: rgb(189,222,250); }
td.TdClassName
{
border-color: #BDDEFA;
}
.TagClassName
{
border-color: #BDDEFA;
}
</style>