Shades of Pattens Blue #BDE0F9
Tints of Pattens Blue #BDE0F9
RGB
CMYK
RGB Variations
Color information
#BDE0F9 (or 0xBDE0F9) is known color: Pattens Blue. HEX triplet: BD, E0 and F9. RGB value is (189,224,249). Sum of RGB (Red+Green+Blue) = 189+224+249=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F9 is #421F06. Grayscale: #D8D8D8. Windows color (decimal): -4333319 or 16375997. OLE color: 16375997.
HSL color Cylindrical-coordinate representation of color #BDE0F9: hue angle of 205º degrees, saturation: 0.83, 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 #BDE0F9 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 224 | 249 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.02 |
| HSL | 205º | 0.83% | 0.86% | - |
| HSV(B) | 205º | 0.24% | 0.98% | - |
| XYZ | 64.74 | 70.97 | 99.91 | - |
| YUV | 216.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 249 | 0.24 | 0.10 | 0 | 0.02 | 205 | 0.83 | 0.86 |
| Hex | BD | E0 | F9 | 18 | A | 0 | 2 | CD | 53 | 56 |
| Octal | 275 | 340 | 371 | 30 | 12 | 0 | 2 | 315 | 123 | 126 |
| Binary | 10111101 | 11100000 | 11111001 | 11000 | 1010 | 0 | 10 | 11001101 | 1010011 | 1010110 |
Color Harmonies of #BDE0F9
Complementary color
Monochromatic Colors of #BDE0F9
Black with #BDE0F9
Text Example
Text Example
White with #BDE0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0F9; }
p { color: rgb(189,224,249); }
H1.HeaderClassName
{
color: #BDE0F9;
}
.AnyTagClassName
{
color: #BDE0F9;
}
</style>
background-color css
<style>
a { background-color: #BDE0F9; }
a { background-color: rgb(189,224,249); }
div.DivClassName
{
background-color: #BDE0F9;
}
.BgClassName
{
background-color: #BDE0F9;
}
</style>
border-color css
<style>
span { border-color: #BDE0F9; }
span { border-color: rgb(189,224,249); }
td.TdClassName
{
border-color: #BDE0F9;
}
.TagClassName
{
border-color: #BDE0F9;
}
</style>