Html Css Color HEX #ACB2D9 Perano

📋 copy color: '#ACB2D9'

red 172 ◦ green 178 ◦ blue 217

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

Shades of Perano #ACB2D9

Tints of Perano #ACB2D9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

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

R = 30.34%
G = 31.39%
B = 38.27%

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

#ACB2D9 (or 0xACB2D9) is known color: Perano. HEX triplet: AC, B2 and D9. RGB value is (172,178,217). Sum of RGB (Red+Green+Blue) = 172+178+217=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2D9 is #534D26. Grayscale: #B4B4B4. Windows color (decimal): -5459239 or 14267052. OLE color: 14267052.

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

Color convert

RGB 172 178 217 -
CMYK 0.21 0.18 0 0.15
HSL 232º 0.37% 0.76% -
HSV(B) 232º 0.21% 0.85% -
XYZ 45.46 45.62 72.06 -
YUV 180.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 172 178 217 0.21 0.18 0 0.15 232 0.37 0.76
Hex AC B2 D9 15 12 0 F E8 25 4C
Octal 254 262 331 25 22 0 17 350 45 114
Binary 10101100 10110010 11011001 10101 10010 0 1111 11101000 100101 1001100

Color Harmonies of #ACB2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2D9

Black with #ACB2D9

Text Example


Text Example

White with #ACB2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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