Html Css Color HEX #ACB2DA Perano

📋 copy color: '#ACB2DA'

red 172 ◦ green 178 ◦ blue 218

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

Shades of Perano #ACB2DA

Tints of Perano #ACB2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 30.28%
G = 31.34%
B = 38.38%

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

#ACB2DA (or 0xACB2DA) is known color: Perano. HEX triplet: AC, B2 and DA. RGB value is (172,178,218). Sum of RGB (Red+Green+Blue) = 172+178+218=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DA is #534D25. Grayscale: #B4B4B4. Windows color (decimal): -5459238 or 14332588. OLE color: 14332588.

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

Color convert

RGB 172 178 218 -
CMYK 0.21 0.18 0 0.15
HSL 232.17º 0.38% 0.76% -
HSV(B) 232.17º 0.21% 0.85% -
XYZ 45.59 45.67 72.74 -
YUV 180.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 172 178 218 0.21 0.18 0 0.15 232.17 0.38 0.76
Hex AC B2 DA 15 12 0 F E8 26 4C
Octal 254 262 332 25 22 0 17 350 46 114
Binary 10101100 10110010 11011010 10101 10010 0 1111 11101000 100110 1001100

Color Harmonies of #ACB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2DA

Black with #ACB2DA

Text Example


Text Example

White with #ACB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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