Shades of Pattens Blue #BDE2FB
Tints of Pattens Blue #BDE2FB
RGB
CMYK
RGB Variations
Color information
#BDE2FB (or 0xBDE2FB) is known color: Pattens Blue. HEX triplet: BD, E2 and FB. RGB value is (189,226,251). Sum of RGB (Red+Green+Blue) = 189+226+251=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2FB is #421D04. Grayscale: #D9D9D9. Windows color (decimal): -4332805 or 16507581. OLE color: 16507581.
HSL color Cylindrical-coordinate representation of color #BDE2FB: hue angle of 204.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE2FB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 226 | 251 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.02 |
| HSL | 204.19º | 0.89% | 0.86% | - |
| HSV(B) | 204.19º | 0.25% | 0.98% | - |
| XYZ | 65.6 | 72.18 | 101.74 | - |
| YUV | 217.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 251 | 0.25 | 0.10 | 0 | 0.02 | 204.19 | 0.89 | 0.86 |
| Hex | BD | E2 | FB | 19 | A | 0 | 2 | CC | 59 | 56 |
| Octal | 275 | 342 | 373 | 31 | 12 | 0 | 2 | 314 | 131 | 126 |
| Binary | 10111101 | 11100010 | 11111011 | 11001 | 1010 | 0 | 10 | 11001100 | 1011001 | 1010110 |
Color Harmonies of #BDE2FB
Complementary color
Monochromatic Colors of #BDE2FB
Black with #BDE2FB
Text Example
Text Example
White with #BDE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2FB; }
p { color: rgb(189,226,251); }
H1.HeaderClassName
{
color: #BDE2FB;
}
.AnyTagClassName
{
color: #BDE2FB;
}
</style>
background-color css
<style>
a { background-color: #BDE2FB; }
a { background-color: rgb(189,226,251); }
div.DivClassName
{
background-color: #BDE2FB;
}
.BgClassName
{
background-color: #BDE2FB;
}
</style>
border-color css
<style>
span { border-color: #BDE2FB; }
span { border-color: rgb(189,226,251); }
td.TdClassName
{
border-color: #BDE2FB;
}
.TagClassName
{
border-color: #BDE2FB;
}
</style>