Html Css Color HEX #ACB0D9 Perano

📋 copy color: '#ACB0D9'

red 172 ◦ green 176 ◦ blue 217

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

Shades of Perano #ACB0D9

Tints of Perano #ACB0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 30.44%
G = 31.15%
B = 38.41%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB0D9 (or 0xACB0D9) is known color: Perano. HEX triplet: AC, B0 and D9. RGB value is (172,176,217). Sum of RGB (Red+Green+Blue) = 172+176+217=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0D9 is #534F26. Grayscale: #B3B3B3. Windows color (decimal): -5459751 or 14266540. OLE color: 14266540.

HSL color Cylindrical-coordinate representation of color #ACB0D9: hue angle of 234.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB0D9 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 176 217 -
CMYK 0.21 0.19 0 0.15
HSL 234.67º 0.37% 0.76% -
HSV(B) 234.67º 0.21% 0.85% -
XYZ 45.06 44.83 71.92 -
YUV 179.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 172 176 217 0.21 0.19 0 0.15 234.67 0.37 0.76
Hex AC B0 D9 15 13 0 F EB 25 4C
Octal 254 260 331 25 23 0 17 353 45 114
Binary 10101100 10110000 11011001 10101 10011 0 1111 11101011 100101 1001100

Color Harmonies of #ACB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0D9

Black with #ACB0D9

Text Example


Text Example

White with #ACB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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