Html Css Color HEX #ACABEA Perano

📋 copy color: '#ACABEA'

red 172 ◦ green 171 ◦ blue 234

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

Shades of Perano #ACABEA

Tints of Perano #ACABEA

RGB

 RED value IS 172 (67.58% from 255) = 29.81%

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

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

R = 29.81%
G = 29.64%
B = 40.55%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACABEA (or 0xACABEA) is known color: Perano. HEX triplet: AC, AB and EA. RGB value is (172,171,234). Sum of RGB (Red+Green+Blue) = 172+171+234=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEA is #535415. Grayscale: #B2B2B2. Windows color (decimal): -5461014 or 15379372. OLE color: 15379372.

HSL color Cylindrical-coordinate representation of color #ACABEA: hue angle of 240.95º 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 #ACABEA is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 171 234 -
CMYK 0.26 0.27 0 0.08
HSL 240.95º 0.6% 0.79% -
HSV(B) 240.95º 0.27% 0.92% -
XYZ 46.43 43.84 83.86 -
YUV 178.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 172 171 234 0.26 0.27 0 0.08 240.95 0.6 0.79
Hex AC AB EA 1A 1B 0 8 F1 3C 4F
Octal 254 253 352 32 33 0 10 361 74 117
Binary 10101100 10101011 11101010 11010 11011 0 1000 11110001 111100 1001111

Color Harmonies of #ACABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABEA

Black with #ACABEA

Text Example


Text Example

White with #ACABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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