Html Css Color HEX #ACB2DE Perano

📋 copy color: '#ACB2DE'

red 172 ◦ green 178 ◦ blue 222

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

Shades of Perano #ACB2DE

Tints of Perano #ACB2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

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

R = 30.07%
G = 31.12%
B = 38.81%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB2DE (or 0xACB2DE) is known color: Perano. HEX triplet: AC, B2 and DE. RGB value is (172,178,222). Sum of RGB (Red+Green+Blue) = 172+178+222=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DE is #534D21. Grayscale: #B5B5B5. Windows color (decimal): -5459234 or 14594732. OLE color: 14594732.

HSL color Cylindrical-coordinate representation of color #ACB2DE: hue angle of 232.8º 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 #ACB2DE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 178 222 -
CMYK 0.23 0.20 0 0.13
HSL 232.8º 0.43% 0.77% -
HSV(B) 232.8º 0.23% 0.87% -
XYZ 46.12 45.89 75.53 -
YUV 181.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 172 178 222 0.23 0.20 0 0.13 232.8 0.43 0.77
Hex AC B2 DE 17 14 0 D E9 2B 4D
Octal 254 262 336 27 24 0 15 351 53 115
Binary 10101100 10110010 11011110 10111 10100 0 1101 11101001 101011 1001101

Color Harmonies of #ACB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2DE

Black with #ACB2DE

Text Example


Text Example

White with #ACB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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