Shades of Pattens Blue #BDE0FF
Tints of Pattens Blue #BDE0FF
RGB
CMYK
RGB Variations
Color information
#BDE0FF (or 0xBDE0FF) is known color: Pattens Blue. HEX triplet: BD, E0 and FF. RGB value is (189,224,255). Sum of RGB (Red+Green+Blue) = 189+224+255=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FF is #421F00. Grayscale: #D8D8D8. Windows color (decimal): -4333313 or 16769213. OLE color: 16769213.
HSL color Cylindrical-coordinate representation of color #BDE0FF: hue angle of 208.18º 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 #BDE0FF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 224 | 255 | - |
| CMYK | 0.26 | 0.12 | 0 | 0 |
| HSL | 208.18º | 1% | 0.87% | - |
| HSV(B) | 208.18º | 0.26% | 1% | - |
| XYZ | 65.69 | 71.35 | 104.92 | - |
| YUV | 217.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 255 | 0.26 | 0.12 | 0 | 0 | 208.18 | 1 | 0.87 |
| Hex | BD | E0 | FF | 1A | C | 0 | 0 | D0 | 64 | 57 |
| Octal | 275 | 340 | 377 | 32 | 14 | 0 | 0 | 320 | 144 | 127 |
| Binary | 10111101 | 11100000 | 11111111 | 11010 | 1100 | 0 | 0 | 11010000 | 1100100 | 1010111 |
Color Harmonies of #BDE0FF
Complementary color
Monochromatic Colors of #BDE0FF
Black with #BDE0FF
Text Example
Text Example
White with #BDE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0FF; }
p { color: rgb(189,224,255); }
H1.HeaderClassName
{
color: #BDE0FF;
}
.AnyTagClassName
{
color: #BDE0FF;
}
</style>
background-color css
<style>
a { background-color: #BDE0FF; }
a { background-color: rgb(189,224,255); }
div.DivClassName
{
background-color: #BDE0FF;
}
.BgClassName
{
background-color: #BDE0FF;
}
</style>
border-color css
<style>
span { border-color: #BDE0FF; }
span { border-color: rgb(189,224,255); }
td.TdClassName
{
border-color: #BDE0FF;
}
.TagClassName
{
border-color: #BDE0FF;
}
</style>