Shades of Pattens Blue #BDE1FF
Tints of Pattens Blue #BDE1FF
RGB
CMYK
RGB Variations
Color information
#BDE1FF (or 0xBDE1FF) is known color: Pattens Blue. HEX triplet: BD, E1 and FF. RGB value is (189,225,255). Sum of RGB (Red+Green+Blue) = 189+225+255=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1FF is #421E00. Grayscale: #D9D9D9. Windows color (decimal): -4333057 or 16769469. OLE color: 16769469.
HSL color Cylindrical-coordinate representation of color #BDE1FF: hue angle of 207.27º 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 #BDE1FF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 225 | 255 | - |
| CMYK | 0.26 | 0.12 | 0 | 0 |
| HSL | 207.27º | 1% | 0.87% | - |
| HSV(B) | 207.27º | 0.26% | 1% | - |
| XYZ | 65.96 | 71.89 | 105.01 | - |
| YUV | 217.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 255 | 0.26 | 0.12 | 0 | 0 | 207.27 | 1 | 0.87 |
| Hex | BD | E1 | FF | 1A | C | 0 | 0 | CF | 64 | 57 |
| Octal | 275 | 341 | 377 | 32 | 14 | 0 | 0 | 317 | 144 | 127 |
| Binary | 10111101 | 11100001 | 11111111 | 11010 | 1100 | 0 | 0 | 11001111 | 1100100 | 1010111 |
Color Harmonies of #BDE1FF
Complementary color
Monochromatic Colors of #BDE1FF
Black with #BDE1FF
Text Example
Text Example
White with #BDE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1FF; }
p { color: rgb(189,225,255); }
H1.HeaderClassName
{
color: #BDE1FF;
}
.AnyTagClassName
{
color: #BDE1FF;
}
</style>
background-color css
<style>
a { background-color: #BDE1FF; }
a { background-color: rgb(189,225,255); }
div.DivClassName
{
background-color: #BDE1FF;
}
.BgClassName
{
background-color: #BDE1FF;
}
</style>
border-color css
<style>
span { border-color: #BDE1FF; }
span { border-color: rgb(189,225,255); }
td.TdClassName
{
border-color: #BDE1FF;
}
.TagClassName
{
border-color: #BDE1FF;
}
</style>