Shades of Pattens Blue #BDE3FF
Tints of Pattens Blue #BDE3FF
RGB
CMYK
RGB Variations
Color information
#BDE3FF (or 0xBDE3FF) is known color: Pattens Blue. HEX triplet: BD, E3 and FF. RGB value is (189,227,255). Sum of RGB (Red+Green+Blue) = 189+227+255=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3FF is #421C00. Grayscale: #DADADA. Windows color (decimal): -4332545 or 16769981. OLE color: 16769981.
HSL color Cylindrical-coordinate representation of color #BDE3FF: hue angle of 205.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE3FF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 227 | 255 | - |
| CMYK | 0.26 | 0.11 | 0 | 0 |
| HSL | 205.45º | 1% | 0.87% | - |
| HSV(B) | 205.45º | 0.26% | 1% | - |
| XYZ | 66.51 | 72.98 | 105.19 | - |
| YUV | 218.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 255 | 0.26 | 0.11 | 0 | 0 | 205.45 | 1 | 0.87 |
| Hex | BD | E3 | FF | 1A | B | 0 | 0 | CD | 64 | 57 |
| Octal | 275 | 343 | 377 | 32 | 13 | 0 | 0 | 315 | 144 | 127 |
| Binary | 10111101 | 11100011 | 11111111 | 11010 | 1011 | 0 | 0 | 11001101 | 1100100 | 1010111 |
Color Harmonies of #BDE3FF
Complementary color
Monochromatic Colors of #BDE3FF
Black with #BDE3FF
Text Example
Text Example
White with #BDE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3FF; }
p { color: rgb(189,227,255); }
H1.HeaderClassName
{
color: #BDE3FF;
}
.AnyTagClassName
{
color: #BDE3FF;
}
</style>
background-color css
<style>
a { background-color: #BDE3FF; }
a { background-color: rgb(189,227,255); }
div.DivClassName
{
background-color: #BDE3FF;
}
.BgClassName
{
background-color: #BDE3FF;
}
</style>
border-color css
<style>
span { border-color: #BDE3FF; }
span { border-color: rgb(189,227,255); }
td.TdClassName
{
border-color: #BDE3FF;
}
.TagClassName
{
border-color: #BDE3FF;
}
</style>