Shades of Pattens Blue #BDE0F8
Tints of Pattens Blue #BDE0F8
RGB
CMYK
RGB Variations
Color information
#BDE0F8 (or 0xBDE0F8) is known color: Pattens Blue. HEX triplet: BD, E0 and F8. RGB value is (189,224,248). Sum of RGB (Red+Green+Blue) = 189+224+248=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDE0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0F8 is #421F07. Grayscale: #D8D8D8. Windows color (decimal): -4333320 or 16310461. OLE color: 16310461.
HSL color Cylindrical-coordinate representation of color #BDE0F8: hue angle of 204.41º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE0F8 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 224 | 248 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.03 |
| HSL | 204.41º | 0.81% | 0.86% | - |
| HSV(B) | 204.41º | 0.24% | 0.97% | - |
| XYZ | 64.59 | 70.91 | 99.09 | - |
| YUV | 216.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 248 | 0.24 | 0.10 | 0 | 0.03 | 204.41 | 0.81 | 0.86 |
| Hex | BD | E0 | F8 | 18 | A | 0 | 3 | CC | 51 | 56 |
| Octal | 275 | 340 | 370 | 30 | 12 | 0 | 3 | 314 | 121 | 126 |
| Binary | 10111101 | 11100000 | 11111000 | 11000 | 1010 | 0 | 11 | 11001100 | 1010001 | 1010110 |
Color Harmonies of #BDE0F8
Complementary color
Monochromatic Colors of #BDE0F8
Black with #BDE0F8
Text Example
Text Example
White with #BDE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0F8; }
p { color: rgb(189,224,248); }
H1.HeaderClassName
{
color: #BDE0F8;
}
.AnyTagClassName
{
color: #BDE0F8;
}
</style>
background-color css
<style>
a { background-color: #BDE0F8; }
a { background-color: rgb(189,224,248); }
div.DivClassName
{
background-color: #BDE0F8;
}
.BgClassName
{
background-color: #BDE0F8;
}
</style>
border-color css
<style>
span { border-color: #BDE0F8; }
span { border-color: rgb(189,224,248); }
td.TdClassName
{
border-color: #BDE0F8;
}
.TagClassName
{
border-color: #BDE0F8;
}
</style>