Html Css Color HEX #A8ABEC Perano

📋 copy color: '#A8ABEC'

red 168 ◦ green 171 ◦ blue 236

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

Shades of Perano #A8ABEC

Tints of Perano #A8ABEC

RGB

 RED value IS 168 (66.02% from 255) = 29.22%

 GREEN value IS 171 (67.19% from 255) = 29.74%

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

R = 29.22%
G = 29.74%
B = 41.04%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8ABEC (or 0xA8ABEC) is known color: Perano. HEX triplet: A8, AB and EC. RGB value is (168,171,236). Sum of RGB (Red+Green+Blue) = 168+171+236=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABEC is #575413. Grayscale: #B1B1B1. Windows color (decimal): -5723156 or 15510440. OLE color: 15510440.

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

Color convert

RGB 168 171 236 -
CMYK 0.29 0.28 0 0.07
HSL 237.35º 0.64% 0.79% -
HSV(B) 237.35º 0.29% 0.93% -
XYZ 45.85 43.51 85.34 -
YUV 177.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 168 171 236 0.29 0.28 0 0.07 237.35 0.64 0.79
Hex A8 AB EC 1D 1C 0 7 ED 40 4F
Octal 250 253 354 35 34 0 7 355 100 117
Binary 10101000 10101011 11101100 11101 11100 0 111 11101101 1000000 1001111

Color Harmonies of #A8ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABEC

Black with #A8ABEC

Text Example


Text Example

White with #A8ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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