Html Css Color HEX #ACB6DE Perano

📋 copy color: '#ACB6DE'

red 172 ◦ green 182 ◦ blue 222

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

Shades of Perano #ACB6DE

Tints of Perano #ACB6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.6%

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

R = 29.86%
G = 31.6%
B = 38.54%

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

#ACB6DE (or 0xACB6DE) is known color: Perano. HEX triplet: AC, B6 and DE. RGB value is (172,182,222). Sum of RGB (Red+Green+Blue) = 172+182+222=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DE is #534921. Grayscale: #B7B7B7. Windows color (decimal): -5458210 or 14595756. OLE color: 14595756.

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

Color convert

RGB 172 182 222 -
CMYK 0.23 0.18 0 0.13
HSL 228º 0.43% 0.77% -
HSV(B) 228º 0.23% 0.87% -
XYZ 46.93 47.5 75.8 -
YUV 183.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 172 182 222 0.23 0.18 0 0.13 228 0.43 0.77
Hex AC B6 DE 17 12 0 D E4 2B 4D
Octal 254 266 336 27 22 0 15 344 53 115
Binary 10101100 10110110 11011110 10111 10010 0 1101 11100100 101011 1001101

Color Harmonies of #ACB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6DE

Black with #ACB6DE

Text Example


Text Example

White with #ACB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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