Shades of Pattens Blue #BDE2FF
Tints of Pattens Blue #BDE2FF
RGB
CMYK
RGB Variations
Color information
#BDE2FF (or 0xBDE2FF) is known color: Pattens Blue. HEX triplet: BD, E2 and FF. RGB value is (189,226,255). Sum of RGB (Red+Green+Blue) = 189+226+255=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2FF is #421D00. Grayscale: #DADADA. Windows color (decimal): -4332801 or 16769725. OLE color: 16769725.
HSL color Cylindrical-coordinate representation of color #BDE2FF: hue angle of 206.36º 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 #BDE2FF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 226 | 255 | - |
| CMYK | 0.26 | 0.11 | 0 | 0 |
| HSL | 206.36º | 1% | 0.87% | - |
| HSV(B) | 206.36º | 0.26% | 1% | - |
| XYZ | 66.23 | 72.43 | 105.1 | - |
| YUV | 218.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 255 | 0.26 | 0.11 | 0 | 0 | 206.36 | 1 | 0.87 |
| Hex | BD | E2 | FF | 1A | B | 0 | 0 | CE | 64 | 57 |
| Octal | 275 | 342 | 377 | 32 | 13 | 0 | 0 | 316 | 144 | 127 |
| Binary | 10111101 | 11100010 | 11111111 | 11010 | 1011 | 0 | 0 | 11001110 | 1100100 | 1010111 |
Color Harmonies of #BDE2FF
Complementary color
Monochromatic Colors of #BDE2FF
Black with #BDE2FF
Text Example
Text Example
White with #BDE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2FF; }
p { color: rgb(189,226,255); }
H1.HeaderClassName
{
color: #BDE2FF;
}
.AnyTagClassName
{
color: #BDE2FF;
}
</style>
background-color css
<style>
a { background-color: #BDE2FF; }
a { background-color: rgb(189,226,255); }
div.DivClassName
{
background-color: #BDE2FF;
}
.BgClassName
{
background-color: #BDE2FF;
}
</style>
border-color css
<style>
span { border-color: #BDE2FF; }
span { border-color: rgb(189,226,255); }
td.TdClassName
{
border-color: #BDE2FF;
}
.TagClassName
{
border-color: #BDE2FF;
}
</style>