Html Css Color HEX #ABAEDE Perano

📋 copy color: '#ABAEDE'

red 171 ◦ green 174 ◦ blue 222

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

Shades of Perano #ABAEDE

Tints of Perano #ABAEDE

RGB

 RED value IS 171 (67.19% from 255) = 30.16%

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 30.16%
G = 30.69%
B = 39.15%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABAEDE (or 0xABAEDE) is known color: Perano. HEX triplet: AB, AE and DE. RGB value is (171,174,222). Sum of RGB (Red+Green+Blue) = 171+174+222=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEDE is #545121. Grayscale: #B2B2B2. Windows color (decimal): -5525794 or 14593707. OLE color: 14593707.

HSL color Cylindrical-coordinate representation of color #ABAEDE: hue angle of 236.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAEDE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 174 222 -
CMYK 0.23 0.22 0 0.13
HSL 236.47º 0.44% 0.77% -
HSV(B) 236.47º 0.23% 0.87% -
XYZ 45.12 44.2 75.26 -
YUV 178.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 171 174 222 0.23 0.22 0 0.13 236.47 0.44 0.77
Hex AB AE DE 17 16 0 D EC 2C 4D
Octal 253 256 336 27 26 0 15 354 54 115
Binary 10101011 10101110 11011110 10111 10110 0 1101 11101100 101100 1001101

Color Harmonies of #ABAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEDE

Black with #ABAEDE

Text Example


Text Example

White with #ABAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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