Shades of Pattens Blue #BDE0FA
Tints of Pattens Blue #BDE0FA
RGB
CMYK
RGB Variations
Color information
#BDE0FA (or 0xBDE0FA) is known color: Pattens Blue. HEX triplet: BD, E0 and FA. RGB value is (189,224,250). Sum of RGB (Red+Green+Blue) = 189+224+250=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FA is #421F05. Grayscale: #D8D8D8. Windows color (decimal): -4333318 or 16441533. OLE color: 16441533.
HSL color Cylindrical-coordinate representation of color #BDE0FA: hue angle of 205.57º 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 #BDE0FA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 224 | 250 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.02 |
| HSL | 205.57º | 0.86% | 0.86% | - |
| HSV(B) | 205.57º | 0.24% | 0.98% | - |
| XYZ | 64.9 | 71.03 | 100.73 | - |
| YUV | 216.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 250 | 0.24 | 0.10 | 0 | 0.02 | 205.57 | 0.86 | 0.86 |
| Hex | BD | E0 | FA | 18 | A | 0 | 2 | CE | 56 | 56 |
| Octal | 275 | 340 | 372 | 30 | 12 | 0 | 2 | 316 | 126 | 126 |
| Binary | 10111101 | 11100000 | 11111010 | 11000 | 1010 | 0 | 10 | 11001110 | 1010110 | 1010110 |
Color Harmonies of #BDE0FA
Complementary color
Monochromatic Colors of #BDE0FA
Black with #BDE0FA
Text Example
Text Example
White with #BDE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0FA; }
p { color: rgb(189,224,250); }
H1.HeaderClassName
{
color: #BDE0FA;
}
.AnyTagClassName
{
color: #BDE0FA;
}
</style>
background-color css
<style>
a { background-color: #BDE0FA; }
a { background-color: rgb(189,224,250); }
div.DivClassName
{
background-color: #BDE0FA;
}
.BgClassName
{
background-color: #BDE0FA;
}
</style>
border-color css
<style>
span { border-color: #BDE0FA; }
span { border-color: rgb(189,224,250); }
td.TdClassName
{
border-color: #BDE0FA;
}
.TagClassName
{
border-color: #BDE0FA;
}
</style>