Shades of Pattens Blue #BEDEF5
Tints of Pattens Blue #BEDEF5
RGB
CMYK
RGB Variations
Color information
#BEDEF5 (or 0xBEDEF5) is known color: Pattens Blue. HEX triplet: BE, DE and F5. RGB value is (190,222,245). Sum of RGB (Red+Green+Blue) = 190+222+245=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEF5 is #41210A. Grayscale: #D6D6D6. Windows color (decimal): -4268299 or 16113342. OLE color: 16113342.
HSL color Cylindrical-coordinate representation of color #BEDEF5: hue angle of 205.09º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEDEF5 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 222 | 245 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.04 |
| HSL | 205.09º | 0.73% | 0.85% | - |
| HSV(B) | 205.09º | 0.22% | 0.96% | - |
| XYZ | 63.84 | 69.78 | 96.49 | - |
| YUV | 215.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 245 | 0.22 | 0.09 | 0 | 0.04 | 205.09 | 0.73 | 0.85 |
| Hex | BE | DE | F5 | 16 | 9 | 0 | 4 | CD | 49 | 55 |
| Octal | 276 | 336 | 365 | 26 | 11 | 0 | 4 | 315 | 111 | 125 |
| Binary | 10111110 | 11011110 | 11110101 | 10110 | 1001 | 0 | 100 | 11001101 | 1001001 | 1010101 |
Color Harmonies of #BEDEF5
Complementary color
Monochromatic Colors of #BEDEF5
Black with #BEDEF5
Text Example
Text Example
White with #BEDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEF5; }
p { color: rgb(190,222,245); }
H1.HeaderClassName
{
color: #BEDEF5;
}
.AnyTagClassName
{
color: #BEDEF5;
}
</style>
background-color css
<style>
a { background-color: #BEDEF5; }
a { background-color: rgb(190,222,245); }
div.DivClassName
{
background-color: #BEDEF5;
}
.BgClassName
{
background-color: #BEDEF5;
}
</style>
border-color css
<style>
span { border-color: #BEDEF5; }
span { border-color: rgb(190,222,245); }
td.TdClassName
{
border-color: #BEDEF5;
}
.TagClassName
{
border-color: #BEDEF5;
}
</style>