Shades of Pattens Blue #BDE5FF
Tints of Pattens Blue #BDE5FF
RGB
CMYK
RGB Variations
Color information
#BDE5FF (or 0xBDE5FF) is known color: Pattens Blue. HEX triplet: BD, E5 and FF. RGB value is (189,229,255). Sum of RGB (Red+Green+Blue) = 189+229+255=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FF is #421A00. Grayscale: #DBDBDB. Windows color (decimal): -4332033 or 16770493. OLE color: 16770493.
HSL color Cylindrical-coordinate representation of color #BDE5FF: hue angle of 203.64º 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 #BDE5FF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 229 | 255 | - |
| CMYK | 0.26 | 0.10 | 0 | 0 |
| HSL | 203.64º | 1% | 0.87% | - |
| HSV(B) | 203.64º | 0.26% | 1% | - |
| XYZ | 67.06 | 74.08 | 105.37 | - |
| YUV | 220 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 255 | 0.26 | 0.10 | 0 | 0 | 203.64 | 1 | 0.87 |
| Hex | BD | E5 | FF | 1A | A | 0 | 0 | CC | 64 | 57 |
| Octal | 275 | 345 | 377 | 32 | 12 | 0 | 0 | 314 | 144 | 127 |
| Binary | 10111101 | 11100101 | 11111111 | 11010 | 1010 | 0 | 0 | 11001100 | 1100100 | 1010111 |
Color Harmonies of #BDE5FF
Complementary color
Monochromatic Colors of #BDE5FF
Black with #BDE5FF
Text Example
Text Example
White with #BDE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5FF; }
p { color: rgb(189,229,255); }
H1.HeaderClassName
{
color: #BDE5FF;
}
.AnyTagClassName
{
color: #BDE5FF;
}
</style>
background-color css
<style>
a { background-color: #BDE5FF; }
a { background-color: rgb(189,229,255); }
div.DivClassName
{
background-color: #BDE5FF;
}
.BgClassName
{
background-color: #BDE5FF;
}
</style>
border-color css
<style>
span { border-color: #BDE5FF; }
span { border-color: rgb(189,229,255); }
td.TdClassName
{
border-color: #BDE5FF;
}
.TagClassName
{
border-color: #BDE5FF;
}
</style>