Html Css Color HEX #AAB6FC Perano

📋 copy color: '#AAB6FC'

red 170 ◦ green 182 ◦ blue 252

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

Shades of Perano #AAB6FC

Tints of Perano #AAB6FC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.13%

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

R = 28.15%
G = 30.13%
B = 41.72%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AAB6FC (or 0xAAB6FC) is known color: Perano. HEX triplet: AA, B6 and FC. RGB value is (170,182,252). Sum of RGB (Red+Green+Blue) = 170+182+252=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6FC is #554903. Grayscale: #BABABA. Windows color (decimal): -5589252 or 16561834. OLE color: 16561834.

HSL color Cylindrical-coordinate representation of color #AAB6FC: hue angle of 231.22º 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 #AAB6FC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 182 252 -
CMYK 0.33 0.28 0 0.01
HSL 231.22º 0.93% 0.83% -
HSV(B) 231.22º 0.33% 0.99% -
XYZ 50.88 49.03 98.88 -
YUV 186.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 170 182 252 0.33 0.28 0 0.01 231.22 0.93 0.83
Hex AA B6 FC 21 1C 0 1 E7 5D 53
Octal 252 266 374 41 34 0 1 347 135 123
Binary 10101010 10110110 11111100 100001 11100 0 1 11100111 1011101 1010011

Color Harmonies of #AAB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6FC

Black with #AAB6FC

Text Example


Text Example

White with #AAB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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