Shades of Pattens Blue #BDE0FE
Tints of Pattens Blue #BDE0FE
RGB
CMYK
RGB Variations
Color information
#BDE0FE (or 0xBDE0FE) is known color: Pattens Blue. HEX triplet: BD, E0 and FE. RGB value is (189,224,254). Sum of RGB (Red+Green+Blue) = 189+224+254=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0FE is #421F01. Grayscale: #D8D8D8. Windows color (decimal): -4333314 or 16703677. OLE color: 16703677.
HSL color Cylindrical-coordinate representation of color #BDE0FE: hue angle of 207.69º 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 #BDE0FE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 224 | 254 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.00 |
| HSL | 207.69º | 0.97% | 0.87% | - |
| HSV(B) | 207.69º | 0.26% | 1% | - |
| XYZ | 65.53 | 71.29 | 104.07 | - |
| YUV | 216.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 254 | 0.26 | 0.12 | 0 | 0.00 | 207.69 | 0.97 | 0.87 |
| Hex | BD | E0 | FE | 1A | C | 0 | 0 | D0 | 61 | 57 |
| Octal | 275 | 340 | 376 | 32 | 14 | 0 | 0 | 320 | 141 | 127 |
| Binary | 10111101 | 11100000 | 11111110 | 11010 | 1100 | 0 | 0 | 11010000 | 1100001 | 1010111 |
Color Harmonies of #BDE0FE
Complementary color
Monochromatic Colors of #BDE0FE
Black with #BDE0FE
Text Example
Text Example
White with #BDE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0FE; }
p { color: rgb(189,224,254); }
H1.HeaderClassName
{
color: #BDE0FE;
}
.AnyTagClassName
{
color: #BDE0FE;
}
</style>
background-color css
<style>
a { background-color: #BDE0FE; }
a { background-color: rgb(189,224,254); }
div.DivClassName
{
background-color: #BDE0FE;
}
.BgClassName
{
background-color: #BDE0FE;
}
</style>
border-color css
<style>
span { border-color: #BDE0FE; }
span { border-color: rgb(189,224,254); }
td.TdClassName
{
border-color: #BDE0FE;
}
.TagClassName
{
border-color: #BDE0FE;
}
</style>