Shades of Pattens Blue #BDE5FE
Tints of Pattens Blue #BDE5FE
RGB
CMYK
RGB Variations
Color information
#BDE5FE (or 0xBDE5FE) is known color: Pattens Blue. HEX triplet: BD, E5 and FE. RGB value is (189,229,254). Sum of RGB (Red+Green+Blue) = 189+229+254=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FE is #421A01. Grayscale: #DBDBDB. Windows color (decimal): -4332034 or 16704957. OLE color: 16704957.
HSL color Cylindrical-coordinate representation of color #BDE5FE: hue angle of 203.08º 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 #BDE5FE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 229 | 254 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.00 |
| HSL | 203.08º | 0.97% | 0.87% | - |
| HSV(B) | 203.08º | 0.26% | 1% | - |
| XYZ | 66.89 | 74.01 | 104.53 | - |
| YUV | 219.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 254 | 0.26 | 0.10 | 0 | 0.00 | 203.08 | 0.97 | 0.87 |
| Hex | BD | E5 | FE | 1A | A | 0 | 0 | CB | 61 | 57 |
| Octal | 275 | 345 | 376 | 32 | 12 | 0 | 0 | 313 | 141 | 127 |
| Binary | 10111101 | 11100101 | 11111110 | 11010 | 1010 | 0 | 0 | 11001011 | 1100001 | 1010111 |
Color Harmonies of #BDE5FE
Complementary color
Monochromatic Colors of #BDE5FE
Black with #BDE5FE
Text Example
Text Example
White with #BDE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5FE; }
p { color: rgb(189,229,254); }
H1.HeaderClassName
{
color: #BDE5FE;
}
.AnyTagClassName
{
color: #BDE5FE;
}
</style>
background-color css
<style>
a { background-color: #BDE5FE; }
a { background-color: rgb(189,229,254); }
div.DivClassName
{
background-color: #BDE5FE;
}
.BgClassName
{
background-color: #BDE5FE;
}
</style>
border-color css
<style>
span { border-color: #BDE5FE; }
span { border-color: rgb(189,229,254); }
td.TdClassName
{
border-color: #BDE5FE;
}
.TagClassName
{
border-color: #BDE5FE;
}
</style>