Html Css Color HEX #ACB0DE Perano

📋 copy color: '#ACB0DE'

red 172 ◦ green 176 ◦ blue 222

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

Shades of Perano #ACB0DE

Tints of Perano #ACB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 30.18%
G = 30.88%
B = 38.95%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB0DE (or 0xACB0DE) is known color: Perano. HEX triplet: AC, B0 and DE. RGB value is (172,176,222). Sum of RGB (Red+Green+Blue) = 172+176+222=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DE is #534F21. Grayscale: #B3B3B3. Windows color (decimal): -5459746 or 14594220. OLE color: 14594220.

HSL color Cylindrical-coordinate representation of color #ACB0DE: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB0DE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 176 222 -
CMYK 0.23 0.21 0 0.13
HSL 235.2º 0.43% 0.77% -
HSV(B) 235.2º 0.23% 0.87% -
XYZ 45.72 45.1 75.4 -
YUV 180.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 172 176 222 0.23 0.21 0 0.13 235.2 0.43 0.77
Hex AC B0 DE 17 15 0 D EB 2B 4D
Octal 254 260 336 27 25 0 15 353 53 115
Binary 10101100 10110000 11011110 10111 10101 0 1101 11101011 101011 1001101

Color Harmonies of #ACB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0DE

Black with #ACB0DE

Text Example


Text Example

White with #ACB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0DE; }

 p { color: rgb(172,176,222); }

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

background-color css

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

 a { background-color: rgb(172,176,222); }

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

border-color css

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

 span { border-color: rgb(172,176,222); }

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