Html Css Color HEX #ABAFEC Perano

📋 copy color: '#ABAFEC'

red 171 ◦ green 175 ◦ blue 236

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

Shades of Perano #ABAFEC

Tints of Perano #ABAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 29.38%
G = 30.07%
B = 40.55%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABAFEC (or 0xABAFEC) is known color: Perano. HEX triplet: AB, AF and EC. RGB value is (171,175,236). Sum of RGB (Red+Green+Blue) = 171+175+236=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEC is #545013. Grayscale: #B4B4B4. Windows color (decimal): -5525524 or 15511467. OLE color: 15511467.

HSL color Cylindrical-coordinate representation of color #ABAFEC: hue angle of 236.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAFEC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 175 236 -
CMYK 0.28 0.26 0 0.07
HSL 236.31º 0.63% 0.8% -
HSV(B) 236.31º 0.28% 0.93% -
XYZ 47.26 45.37 85.62 -
YUV 180.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 171 175 236 0.28 0.26 0 0.07 236.31 0.63 0.8
Hex AB AF EC 1C 1A 0 7 EC 3F 50
Octal 253 257 354 34 32 0 7 354 77 120
Binary 10101011 10101111 11101100 11100 11010 0 111 11101100 111111 1010000

Color Harmonies of #ABAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFEC

Black with #ABAFEC

Text Example


Text Example

White with #ABAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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