Html Css Color HEX #ACABED Perano

📋 copy color: '#ACABED'

red 172 ◦ green 171 ◦ blue 237

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

Shades of Perano #ACABED

Tints of Perano #ACABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 29.66%
G = 29.48%
B = 40.86%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACABED (or 0xACABED) is known color: Perano. HEX triplet: AC, AB and ED. RGB value is (172,171,237). Sum of RGB (Red+Green+Blue) = 172+171+237=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABED is #535412. Grayscale: #B2B2B2. Windows color (decimal): -5461011 or 15575980. OLE color: 15575980.

HSL color Cylindrical-coordinate representation of color #ACABED: hue angle of 240.91º degrees, saturation: 0.65, 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 #ACABED is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 171 237 -
CMYK 0.27 0.28 0 0.07
HSL 240.91º 0.65% 0.8% -
HSV(B) 240.91º 0.28% 0.93% -
XYZ 46.86 44.01 86.15 -
YUV 178.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 172 171 237 0.27 0.28 0 0.07 240.91 0.65 0.8
Hex AC AB ED 1B 1C 0 7 F1 41 50
Octal 254 253 355 33 34 0 7 361 101 120
Binary 10101100 10101011 11101101 11011 11100 0 111 11110001 1000001 1010000

Color Harmonies of #ACABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABED

Black with #ACABED

Text Example


Text Example

White with #ACABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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