Html Css Color HEX #ABAEEA Perano

📋 copy color: '#ABAEEA'

red 171 ◦ green 174 ◦ blue 234

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

Shades of Perano #ABAEEA

Tints of Perano #ABAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 29.53%
G = 30.05%
B = 40.41%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABAEEA (or 0xABAEEA) is known color: Perano. HEX triplet: AB, AE and EA. RGB value is (171,174,234). Sum of RGB (Red+Green+Blue) = 171+174+234=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEEA is #545115. Grayscale: #B3B3B3. Windows color (decimal): -5525782 or 15380139. OLE color: 15380139.

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

Color convert

RGB 171 174 234 -
CMYK 0.27 0.26 0 0.08
HSL 237.14º 0.6% 0.79% -
HSV(B) 237.14º 0.27% 0.92% -
XYZ 46.78 44.87 84.04 -
YUV 179.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 171 174 234 0.27 0.26 0 0.08 237.14 0.6 0.79
Hex AB AE EA 1B 1A 0 8 ED 3C 4F
Octal 253 256 352 33 32 0 10 355 74 117
Binary 10101011 10101110 11101010 11011 11010 0 1000 11101101 111100 1001111

Color Harmonies of #ABAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEEA

Black with #ABAEEA

Text Example


Text Example

White with #ABAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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