Shades of Perano #AFB2F2
Tints of Perano #AFB2F2
RGB
CMYK
RGB Variations
Color information
#AFB2F2 (or 0xAFB2F2) is known color: Perano. HEX triplet: AF, B2 and F2. RGB value is (175,178,242). Sum of RGB (Red+Green+Blue) = 175+178+242=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2F2 is #504D0D. Grayscale: #B8B8B8. Windows color (decimal): -5262606 or 15905455. OLE color: 15905455.
HSL color Cylindrical-coordinate representation of color #AFB2F2: hue angle of 237.31º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB2F2 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 178 | 242 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.05 |
| HSL | 237.31º | 0.72% | 0.82% | - |
| HSV(B) | 237.31º | 0.28% | 0.95% | - |
| XYZ | 49.63 | 47.37 | 90.53 | - |
| YUV | 184.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 242 | 0.28 | 0.26 | 0 | 0.05 | 237.31 | 0.72 | 0.82 |
| Hex | AF | B2 | F2 | 1C | 1A | 0 | 5 | ED | 48 | 52 |
| Octal | 257 | 262 | 362 | 34 | 32 | 0 | 5 | 355 | 110 | 122 |
| Binary | 10101111 | 10110010 | 11110010 | 11100 | 11010 | 0 | 101 | 11101101 | 1001000 | 1010010 |
Color Harmonies of #AFB2F2
Complementary color
Monochromatic Colors of #AFB2F2
Black with #AFB2F2
Text Example
Text Example
White with #AFB2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2F2; }
p { color: rgb(175,178,242); }
H1.HeaderClassName
{
color: #AFB2F2;
}
.AnyTagClassName
{
color: #AFB2F2;
}
</style>
background-color css
<style>
a { background-color: #AFB2F2; }
a { background-color: rgb(175,178,242); }
div.DivClassName
{
background-color: #AFB2F2;
}
.BgClassName
{
background-color: #AFB2F2;
}
</style>
border-color css
<style>
span { border-color: #AFB2F2; }
span { border-color: rgb(175,178,242); }
td.TdClassName
{
border-color: #AFB2F2;
}
.TagClassName
{
border-color: #AFB2F2;
}
</style>