Html Css Color HEX #AAB0FC Perano

📋 copy color: '#AAB0FC'

red 170 ◦ green 176 ◦ blue 252

#AAB0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AAB0FC

Tints of Perano #AAB0FC

RGB

 RED value IS 170 (66.8% from 255) = 28.43%

 GREEN value IS 176 (69.14% from 255) = 29.43%

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 28.43%
G = 29.43%
B = 42.14%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAB0FC (or 0xAAB0FC) is known color: Perano. HEX triplet: AA, B0 and FC. RGB value is (170,176,252). Sum of RGB (Red+Green+Blue) = 170+176+252=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0FC is #554F03. Grayscale: #B6B6B6. Windows color (decimal): -5590788 or 16560298. OLE color: 16560298.

HSL color Cylindrical-coordinate representation of color #AAB0FC: hue angle of 235.61º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB0FC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 176 252 -
CMYK 0.33 0.30 0 0.01
HSL 235.61º 0.93% 0.83% -
HSV(B) 235.61º 0.33% 0.99% -
XYZ 49.67 46.62 98.48 -
YUV 182.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 170 176 252 0.33 0.30 0 0.01 235.61 0.93 0.83
Hex AA B0 FC 21 1E 0 1 EC 5D 53
Octal 252 260 374 41 36 0 1 354 135 123
Binary 10101010 10110000 11111100 100001 11110 0 1 11101100 1011101 1010011

Color Harmonies of #AAB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0FC

Black with #AAB0FC

Text Example


Text Example

White with #AAB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0FC; }

 p { color: rgb(170,176,252); }

 H1.HeaderClassName
 {
   color: #AAB0FC;
 }
 .AnyTagClassName
 {
   color: #AAB0FC;
 }
</style>

background-color css

<style>
 a { background-color: #AAB0FC; }

 a { background-color: rgb(170,176,252); }

 div.DivClassName
 {
   background-color: #AAB0FC;
 }
 .BgClassName
 {
   background-color: #AAB0FC;
 }
</style>

border-color css

<style>
 span { border-color: #AAB0FC; }

 span { border-color: rgb(170,176,252); }

 td.TdClassName
 {
   border-color: #AAB0FC;
 }
 .TagClassName
 {
   border-color: #AAB0FC;
 }
</style>