Html Css Color HEX #AEABEB Perano

📋 copy color: '#AEABEB'

red 174 ◦ green 171 ◦ blue 235

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

Shades of Perano #AEABEB

Tints of Perano #AEABEB

RGB

 RED value IS 174 (68.36% from 255) = 30%

 GREEN value IS 171 (67.19% from 255) = 29.48%

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 30%
G = 29.48%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEABEB (or 0xAEABEB) is known color: Perano. HEX triplet: AE, AB and EB. RGB value is (174,171,235). Sum of RGB (Red+Green+Blue) = 174+171+235=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABEB is #515414. Grayscale: #B2B2B2. Windows color (decimal): -5329941 or 15444910. OLE color: 15444910.

HSL color Cylindrical-coordinate representation of color #AEABEB: hue angle of 242.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEABEB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 171 235 -
CMYK 0.26 0.27 0 0.08
HSL 242.81º 0.62% 0.8% -
HSV(B) 242.81º 0.27% 0.92% -
XYZ 47.01 44.12 84.64 -
YUV 179.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 174 171 235 0.26 0.27 0 0.08 242.81 0.62 0.8
Hex AE AB EB 1A 1B 0 8 F3 3E 50
Octal 256 253 353 32 33 0 10 363 76 120
Binary 10101110 10101011 11101011 11010 11011 0 1000 11110011 111110 1010000

Color Harmonies of #AEABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABEB

Black with #AEABEB

Text Example


Text Example

White with #AEABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABEB; }

 p { color: rgb(174,171,235); }

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

background-color css

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

 a { background-color: rgb(174,171,235); }

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

border-color css

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

 span { border-color: rgb(174,171,235); }

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