Shades of Perano #A8BEED
Tints of Perano #A8BEED
RGB
CMYK
RGB Variations
Color information
#A8BEED (or 0xA8BEED) is known color: Perano. HEX triplet: A8, BE and ED. RGB value is (168,190,237). Sum of RGB (Red+Green+Blue) = 168+190+237=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEED is #574112. Grayscale: #BCBCBC. Windows color (decimal): -5718291 or 15580840. OLE color: 15580840.
HSL color Cylindrical-coordinate representation of color #A8BEED: hue angle of 220.87º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BEED is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 190 | 237 | - |
CMYK | 0.29 | 0.20 | 0 | 0.07 |
HSL | 220.87º | 0.66% | 0.79% | - |
HSV(B) | 220.87º | 0.29% | 0.93% | - |
XYZ | 49.85 | 51.27 | 87.39 | - |
YUV | 188.78 | 155.21 | 113.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 237 | 0.29 | 0.20 | 0 | 0.07 | 220.87 | 0.66 | 0.79 |
Hex | A8 | BE | ED | 1D | 14 | 0 | 7 | DD | 42 | 4F |
Octal | 250 | 276 | 355 | 35 | 24 | 0 | 7 | 335 | 102 | 117 |
Binary | 10101000 | 10111110 | 11101101 | 11101 | 10100 | 0 | 111 | 11011101 | 1000010 | 1001111 |
Color Harmonies of #A8BEED
Complementary color
Monochromatic Colors of #A8BEED
Black with #A8BEED
Text Example
Text Example
White with #A8BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEED; }
p { color: rgb(168,190,237); }
H1.HeaderClassName
{
color: #A8BEED;
}
.AnyTagClassName
{
color: #A8BEED;
}
</style>
background-color css
<style>
a { background-color: #A8BEED; }
a { background-color: rgb(168,190,237); }
div.DivClassName
{
background-color: #A8BEED;
}
.BgClassName
{
background-color: #A8BEED;
}
</style>
border-color css
<style>
span { border-color: #A8BEED; }
span { border-color: rgb(168,190,237); }
td.TdClassName
{
border-color: #A8BEED;
}
.TagClassName
{
border-color: #A8BEED;
}
</style>