Html Css Color HEX #ABAFE9 Perano

📋 copy color: '#ABAFE9'

red 171 ◦ green 175 ◦ blue 233

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

Shades of Perano #ABAFE9

Tints of Perano #ABAFE9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 29.53%
G = 30.22%
B = 40.24%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABAFE9 (or 0xABAFE9) is known color: Perano. HEX triplet: AB, AF and E9. RGB value is (171,175,233). Sum of RGB (Red+Green+Blue) = 171+175+233=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABAFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFE9 is #545016. Grayscale: #B4B4B4. Windows color (decimal): -5525527 or 15314859. OLE color: 15314859.

HSL color Cylindrical-coordinate representation of color #ABAFE9: hue angle of 236.13º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAFE9 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 175 233 -
CMYK 0.27 0.25 0 0.09
HSL 236.13º 0.58% 0.79% -
HSV(B) 236.13º 0.27% 0.91% -
XYZ 46.83 45.2 83.35 -
YUV 180.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 171 175 233 0.27 0.25 0 0.09 236.13 0.58 0.79
Hex AB AF E9 1B 19 0 9 EC 3A 4F
Octal 253 257 351 33 31 0 11 354 72 117
Binary 10101011 10101111 11101001 11011 11001 0 1001 11101100 111010 1001111

Color Harmonies of #ABAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFE9

Black with #ABAFE9

Text Example


Text Example

White with #ABAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFE9; }

 p { color: rgb(171,175,233); }

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

background-color css

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

 a { background-color: rgb(171,175,233); }

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

border-color css

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

 span { border-color: rgb(171,175,233); }

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