Shades of Pattens Blue #BDE1F7
Tints of Pattens Blue #BDE1F7
RGB
CMYK
RGB Variations
Color information
#BDE1F7 (or 0xBDE1F7) is known color: Pattens Blue. HEX triplet: BD, E1 and F7. RGB value is (189,225,247). Sum of RGB (Red+Green+Blue) = 189+225+247=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1F7 is #421E08. Grayscale: #D8D8D8. Windows color (decimal): -4333065 or 16245181. OLE color: 16245181.
HSL color Cylindrical-coordinate representation of color #BDE1F7: hue angle of 202.76º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE1F7 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 225 | 247 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.03 |
| HSL | 202.76º | 0.78% | 0.85% | - |
| HSV(B) | 202.76º | 0.23% | 0.97% | - |
| XYZ | 64.7 | 71.38 | 98.36 | - |
| YUV | 216.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 247 | 0.23 | 0.09 | 0 | 0.03 | 202.76 | 0.78 | 0.85 |
| Hex | BD | E1 | F7 | 17 | 9 | 0 | 3 | CB | 4E | 55 |
| Octal | 275 | 341 | 367 | 27 | 11 | 0 | 3 | 313 | 116 | 125 |
| Binary | 10111101 | 11100001 | 11110111 | 10111 | 1001 | 0 | 11 | 11001011 | 1001110 | 1010101 |
Color Harmonies of #BDE1F7
Complementary color
Monochromatic Colors of #BDE1F7
Black with #BDE1F7
Text Example
Text Example
White with #BDE1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1F7; }
p { color: rgb(189,225,247); }
H1.HeaderClassName
{
color: #BDE1F7;
}
.AnyTagClassName
{
color: #BDE1F7;
}
</style>
background-color css
<style>
a { background-color: #BDE1F7; }
a { background-color: rgb(189,225,247); }
div.DivClassName
{
background-color: #BDE1F7;
}
.BgClassName
{
background-color: #BDE1F7;
}
</style>
border-color css
<style>
span { border-color: #BDE1F7; }
span { border-color: rgb(189,225,247); }
td.TdClassName
{
border-color: #BDE1F7;
}
.TagClassName
{
border-color: #BDE1F7;
}
</style>