Shades of Pattens Blue #BDE4FE
Tints of Pattens Blue #BDE4FE
RGB
CMYK
RGB Variations
Color information
#BDE4FE (or 0xBDE4FE) is known color: Pattens Blue. HEX triplet: BD, E4 and FE. RGB value is (189,228,254). Sum of RGB (Red+Green+Blue) = 189+228+254=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4FE is #421B01. Grayscale: #DBDBDB. Windows color (decimal): -4332290 or 16704701. OLE color: 16704701.
HSL color Cylindrical-coordinate representation of color #BDE4FE: hue angle of 204º 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 #BDE4FE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 228 | 254 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.00 |
| HSL | 204º | 0.97% | 0.87% | - |
| HSV(B) | 204º | 0.26% | 1% | - |
| XYZ | 66.62 | 73.46 | 104.43 | - |
| YUV | 219.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 254 | 0.26 | 0.10 | 0 | 0.00 | 204 | 0.97 | 0.87 |
| Hex | BD | E4 | FE | 1A | A | 0 | 0 | CC | 61 | 57 |
| Octal | 275 | 344 | 376 | 32 | 12 | 0 | 0 | 314 | 141 | 127 |
| Binary | 10111101 | 11100100 | 11111110 | 11010 | 1010 | 0 | 0 | 11001100 | 1100001 | 1010111 |
Color Harmonies of #BDE4FE
Complementary color
Monochromatic Colors of #BDE4FE
Black with #BDE4FE
Text Example
Text Example
White with #BDE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4FE; }
p { color: rgb(189,228,254); }
H1.HeaderClassName
{
color: #BDE4FE;
}
.AnyTagClassName
{
color: #BDE4FE;
}
</style>
background-color css
<style>
a { background-color: #BDE4FE; }
a { background-color: rgb(189,228,254); }
div.DivClassName
{
background-color: #BDE4FE;
}
.BgClassName
{
background-color: #BDE4FE;
}
</style>
border-color css
<style>
span { border-color: #BDE4FE; }
span { border-color: rgb(189,228,254); }
td.TdClassName
{
border-color: #BDE4FE;
}
.TagClassName
{
border-color: #BDE4FE;
}
</style>