Html Css Color HEX #ACB7DE Perano

📋 copy color: '#ACB7DE'

red 172 ◦ green 183 ◦ blue 222

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

Shades of Perano #ACB7DE

Tints of Perano #ACB7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.72%

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

R = 29.81%
G = 31.72%
B = 38.47%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB7DE (or 0xACB7DE) is known color: Perano. HEX triplet: AC, B7 and DE. RGB value is (172,183,222). Sum of RGB (Red+Green+Blue) = 172+183+222=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DE is #534821. Grayscale: #B7B7B7. Windows color (decimal): -5457954 or 14596012. OLE color: 14596012.

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

Color convert

RGB 172 183 222 -
CMYK 0.23 0.18 0 0.13
HSL 226.8º 0.43% 0.77% -
HSV(B) 226.8º 0.23% 0.87% -
XYZ 47.13 47.91 75.87 -
YUV 184.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 172 183 222 0.23 0.18 0 0.13 226.8 0.43 0.77
Hex AC B7 DE 17 12 0 D E3 2B 4D
Octal 254 267 336 27 22 0 15 343 53 115
Binary 10101100 10110111 11011110 10111 10010 0 1101 11100011 101011 1001101

Color Harmonies of #ACB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7DE

Black with #ACB7DE

Text Example


Text Example

White with #ACB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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