Html Css Color HEX #ACB3D9 Perano

📋 copy color: '#ACB3D9'

red 172 ◦ green 179 ◦ blue 217

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

Shades of Perano #ACB3D9

Tints of Perano #ACB3D9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.51%

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

R = 30.28%
G = 31.51%
B = 38.2%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB3D9 (or 0xACB3D9) is known color: Perano. HEX triplet: AC, B3 and D9. RGB value is (172,179,217). Sum of RGB (Red+Green+Blue) = 172+179+217=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3D9 is #534C26. Grayscale: #B5B5B5. Windows color (decimal): -5458983 or 14267308. OLE color: 14267308.

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

Color convert

RGB 172 179 217 -
CMYK 0.21 0.18 0 0.15
HSL 230.67º 0.37% 0.76% -
HSV(B) 230.67º 0.21% 0.85% -
XYZ 45.66 46.02 72.12 -
YUV 181.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 172 179 217 0.21 0.18 0 0.15 230.67 0.37 0.76
Hex AC B3 D9 15 12 0 F E7 25 4C
Octal 254 263 331 25 22 0 17 347 45 114
Binary 10101100 10110011 11011001 10101 10010 0 1111 11100111 100101 1001100

Color Harmonies of #ACB3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3D9

Black with #ACB3D9

Text Example


Text Example

White with #ACB3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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