Shades of Pattens Blue #BDE6FE
Tints of Pattens Blue #BDE6FE
RGB
CMYK
RGB Variations
Color information
#BDE6FE (or 0xBDE6FE) is known color: Pattens Blue. HEX triplet: BD, E6 and FE. RGB value is (189,230,254). Sum of RGB (Red+Green+Blue) = 189+230+254=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6FE is #421901. Grayscale: #DCDCDC. Windows color (decimal): -4331778 or 16705213. OLE color: 16705213.
HSL color Cylindrical-coordinate representation of color #BDE6FE: hue angle of 202.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE6FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 230 | 254 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.00 |
| HSL | 202.15º | 0.97% | 0.87% | - |
| HSV(B) | 202.15º | 0.26% | 1% | - |
| XYZ | 67.17 | 74.57 | 104.62 | - |
| YUV | 220.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 254 | 0.26 | 0.09 | 0 | 0.00 | 202.15 | 0.97 | 0.87 |
| Hex | BD | E6 | FE | 1A | 9 | 0 | 0 | CA | 61 | 57 |
| Octal | 275 | 346 | 376 | 32 | 11 | 0 | 0 | 312 | 141 | 127 |
| Binary | 10111101 | 11100110 | 11111110 | 11010 | 1001 | 0 | 0 | 11001010 | 1100001 | 1010111 |
Color Harmonies of #BDE6FE
Complementary color
Monochromatic Colors of #BDE6FE
Black with #BDE6FE
Text Example
Text Example
White with #BDE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6FE; }
p { color: rgb(189,230,254); }
H1.HeaderClassName
{
color: #BDE6FE;
}
.AnyTagClassName
{
color: #BDE6FE;
}
</style>
background-color css
<style>
a { background-color: #BDE6FE; }
a { background-color: rgb(189,230,254); }
div.DivClassName
{
background-color: #BDE6FE;
}
.BgClassName
{
background-color: #BDE6FE;
}
</style>
border-color css
<style>
span { border-color: #BDE6FE; }
span { border-color: rgb(189,230,254); }
td.TdClassName
{
border-color: #BDE6FE;
}
.TagClassName
{
border-color: #BDE6FE;
}
</style>