Html Css Color HEX #ACB4DF Perano

📋 copy color: '#ACB4DF'

red 172 ◦ green 180 ◦ blue 223

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

Shades of Perano #ACB4DF

Tints of Perano #ACB4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 29.91%
G = 31.3%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACB4DF (or 0xACB4DF) is known color: Perano. HEX triplet: AC, B4 and DF. RGB value is (172,180,223). Sum of RGB (Red+Green+Blue) = 172+180+223=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DF is #534B20. Grayscale: #B6B6B6. Windows color (decimal): -5458721 or 14660780. OLE color: 14660780.

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

Color convert

RGB 172 180 223 -
CMYK 0.23 0.19 0 0.13
HSL 230.59º 0.44% 0.77% -
HSV(B) 230.59º 0.23% 0.87% -
XYZ 46.65 46.74 76.38 -
YUV 182.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 172 180 223 0.23 0.19 0 0.13 230.59 0.44 0.77
Hex AC B4 DF 17 13 0 D E7 2C 4D
Octal 254 264 337 27 23 0 15 347 54 115
Binary 10101100 10110100 11011111 10111 10011 0 1101 11100111 101100 1001101

Color Harmonies of #ACB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4DF

Black with #ACB4DF

Text Example


Text Example

White with #ACB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4DF; }

 p { color: rgb(172,180,223); }

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

background-color css

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

 a { background-color: rgb(172,180,223); }

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

border-color css

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

 span { border-color: rgb(172,180,223); }

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