Shades of Pattens Blue #BEDEF6
Tints of Pattens Blue #BEDEF6
RGB
CMYK
RGB Variations
Color information
#BEDEF6 (or 0xBEDEF6) is known color: Pattens Blue. HEX triplet: BE, DE and F6. RGB value is (190,222,246). Sum of RGB (Red+Green+Blue) = 190+222+246=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEF6 is #412109. Grayscale: #D7D7D7. Windows color (decimal): -4268298 or 16178878. OLE color: 16178878.
HSL color Cylindrical-coordinate representation of color #BEDEF6: hue angle of 205.71º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEDEF6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 222 | 246 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.04 |
| HSL | 205.71º | 0.76% | 0.85% | - |
| HSV(B) | 205.71º | 0.23% | 0.96% | - |
| XYZ | 63.99 | 69.84 | 97.3 | - |
| YUV | 215.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 246 | 0.23 | 0.10 | 0 | 0.04 | 205.71 | 0.76 | 0.85 |
| Hex | BE | DE | F6 | 17 | A | 0 | 4 | CE | 4C | 55 |
| Octal | 276 | 336 | 366 | 27 | 12 | 0 | 4 | 316 | 114 | 125 |
| Binary | 10111110 | 11011110 | 11110110 | 10111 | 1010 | 0 | 100 | 11001110 | 1001100 | 1010101 |
Color Harmonies of #BEDEF6
Complementary color
Monochromatic Colors of #BEDEF6
Black with #BEDEF6
Text Example
Text Example
White with #BEDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEF6; }
p { color: rgb(190,222,246); }
H1.HeaderClassName
{
color: #BEDEF6;
}
.AnyTagClassName
{
color: #BEDEF6;
}
</style>
background-color css
<style>
a { background-color: #BEDEF6; }
a { background-color: rgb(190,222,246); }
div.DivClassName
{
background-color: #BEDEF6;
}
.BgClassName
{
background-color: #BEDEF6;
}
</style>
border-color css
<style>
span { border-color: #BEDEF6; }
span { border-color: rgb(190,222,246); }
td.TdClassName
{
border-color: #BEDEF6;
}
.TagClassName
{
border-color: #BEDEF6;
}
</style>