Shades of Pattens Blue #BEE0FE
Tints of Pattens Blue #BEE0FE
RGB
CMYK
RGB Variations
Color information
#BEE0FE (or 0xBEE0FE) is known color: Pattens Blue. HEX triplet: BE, E0 and FE. RGB value is (190,224,254). Sum of RGB (Red+Green+Blue) = 190+224+254=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 224 (87.89% from 255 or 33.53% 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 #BEE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0FE is #411F01. Grayscale: #D9D9D9. Windows color (decimal): -4267778 or 16703678. OLE color: 16703678.
HSL color Cylindrical-coordinate representation of color #BEE0FE: hue angle of 208.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE0FE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 224 | 254 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.00 |
| HSL | 208.13º | 0.97% | 0.87% | - |
| HSV(B) | 208.13º | 0.25% | 1% | - |
| XYZ | 65.78 | 71.41 | 104.08 | - |
| YUV | 217.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 254 | 0.25 | 0.12 | 0 | 0.00 | 208.13 | 0.97 | 0.87 |
| Hex | BE | E0 | FE | 19 | C | 0 | 0 | D0 | 61 | 57 |
| Octal | 276 | 340 | 376 | 31 | 14 | 0 | 0 | 320 | 141 | 127 |
| Binary | 10111110 | 11100000 | 11111110 | 11001 | 1100 | 0 | 0 | 11010000 | 1100001 | 1010111 |
Color Harmonies of #BEE0FE
Complementary color
Monochromatic Colors of #BEE0FE
Black with #BEE0FE
Text Example
Text Example
White with #BEE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0FE; }
p { color: rgb(190,224,254); }
H1.HeaderClassName
{
color: #BEE0FE;
}
.AnyTagClassName
{
color: #BEE0FE;
}
</style>
background-color css
<style>
a { background-color: #BEE0FE; }
a { background-color: rgb(190,224,254); }
div.DivClassName
{
background-color: #BEE0FE;
}
.BgClassName
{
background-color: #BEE0FE;
}
</style>
border-color css
<style>
span { border-color: #BEE0FE; }
span { border-color: rgb(190,224,254); }
td.TdClassName
{
border-color: #BEE0FE;
}
.TagClassName
{
border-color: #BEE0FE;
}
</style>