Shades of Pattens Blue #BDE1FE
Tints of Pattens Blue #BDE1FE
RGB
CMYK
RGB Variations
Color information
#BDE1FE (or 0xBDE1FE) is known color: Pattens Blue. HEX triplet: BD, E1 and FE. RGB value is (189,225,254). Sum of RGB (Red+Green+Blue) = 189+225+254=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1FE is #421E01. Grayscale: #D9D9D9. Windows color (decimal): -4333058 or 16703933. OLE color: 16703933.
HSL color Cylindrical-coordinate representation of color #BDE1FE: hue angle of 206.77º 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 #BDE1FE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 225 | 254 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.00 |
| HSL | 206.77º | 0.97% | 0.87% | - |
| HSV(B) | 206.77º | 0.26% | 1% | - |
| XYZ | 65.8 | 71.83 | 104.16 | - |
| YUV | 217.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 254 | 0.26 | 0.11 | 0 | 0.00 | 206.77 | 0.97 | 0.87 |
| Hex | BD | E1 | FE | 1A | B | 0 | 0 | CF | 61 | 57 |
| Octal | 275 | 341 | 376 | 32 | 13 | 0 | 0 | 317 | 141 | 127 |
| Binary | 10111101 | 11100001 | 11111110 | 11010 | 1011 | 0 | 0 | 11001111 | 1100001 | 1010111 |
Color Harmonies of #BDE1FE
Complementary color
Monochromatic Colors of #BDE1FE
Black with #BDE1FE
Text Example
Text Example
White with #BDE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1FE; }
p { color: rgb(189,225,254); }
H1.HeaderClassName
{
color: #BDE1FE;
}
.AnyTagClassName
{
color: #BDE1FE;
}
</style>
background-color css
<style>
a { background-color: #BDE1FE; }
a { background-color: rgb(189,225,254); }
div.DivClassName
{
background-color: #BDE1FE;
}
.BgClassName
{
background-color: #BDE1FE;
}
</style>
border-color css
<style>
span { border-color: #BDE1FE; }
span { border-color: rgb(189,225,254); }
td.TdClassName
{
border-color: #BDE1FE;
}
.TagClassName
{
border-color: #BDE1FE;
}
</style>