Html Css Color HEX #ABAFE8 Perano

📋 copy color: '#ABAFE8'

red 171 ◦ green 175 ◦ blue 232

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

Shades of Perano #ABAFE8

Tints of Perano #ABAFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 29.58%
G = 30.28%
B = 40.14%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABAFE8 (or 0xABAFE8) is known color: Perano. HEX triplet: AB, AF and E8. RGB value is (171,175,232). Sum of RGB (Red+Green+Blue) = 171+175+232=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABAFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFE8 is #545017. Grayscale: #B4B4B4. Windows color (decimal): -5525528 or 15249323. OLE color: 15249323.

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

Color convert

RGB 171 175 232 -
CMYK 0.26 0.25 0 0.09
HSL 236.07º 0.57% 0.79% -
HSV(B) 236.07º 0.26% 0.91% -
XYZ 46.69 45.14 82.6 -
YUV 180.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 171 175 232 0.26 0.25 0 0.09 236.07 0.57 0.79
Hex AB AF E8 1A 19 0 9 EC 39 4F
Octal 253 257 350 32 31 0 11 354 71 117
Binary 10101011 10101111 11101000 11010 11001 0 1001 11101100 111001 1001111

Color Harmonies of #ABAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFE8

Black with #ABAFE8

Text Example


Text Example

White with #ABAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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