Shades of Pattens Blue #BDE0F6
Tints of Pattens Blue #BDE0F6
RGB
CMYK
RGB Variations
Color information
#BDE0F6 (or 0xBDE0F6) is known color: Pattens Blue. HEX triplet: BD, E0 and F6. RGB value is (189,224,246). Sum of RGB (Red+Green+Blue) = 189+224+246=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F6 is #421F09. Grayscale: #D7D7D7. Windows color (decimal): -4333322 or 16179389. OLE color: 16179389.
HSL color Cylindrical-coordinate representation of color #BDE0F6: hue angle of 203.16º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE0F6 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 224 | 246 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.04 |
| HSL | 203.16º | 0.76% | 0.85% | - |
| HSV(B) | 203.16º | 0.23% | 0.96% | - |
| XYZ | 64.28 | 70.78 | 97.46 | - |
| YUV | 216.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 246 | 0.23 | 0.09 | 0 | 0.04 | 203.16 | 0.76 | 0.85 |
| Hex | BD | E0 | F6 | 17 | 9 | 0 | 4 | CB | 4C | 55 |
| Octal | 275 | 340 | 366 | 27 | 11 | 0 | 4 | 313 | 114 | 125 |
| Binary | 10111101 | 11100000 | 11110110 | 10111 | 1001 | 0 | 100 | 11001011 | 1001100 | 1010101 |
Color Harmonies of #BDE0F6
Complementary color
Monochromatic Colors of #BDE0F6
Black with #BDE0F6
Text Example
Text Example
White with #BDE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0F6; }
p { color: rgb(189,224,246); }
H1.HeaderClassName
{
color: #BDE0F6;
}
.AnyTagClassName
{
color: #BDE0F6;
}
</style>
background-color css
<style>
a { background-color: #BDE0F6; }
a { background-color: rgb(189,224,246); }
div.DivClassName
{
background-color: #BDE0F6;
}
.BgClassName
{
background-color: #BDE0F6;
}
</style>
border-color css
<style>
span { border-color: #BDE0F6; }
span { border-color: rgb(189,224,246); }
td.TdClassName
{
border-color: #BDE0F6;
}
.TagClassName
{
border-color: #BDE0F6;
}
</style>