Html Css Color HEX #ACB2EC Perano

📋 copy color: '#ACB2EC'

red 172 ◦ green 178 ◦ blue 236

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

Shades of Perano #ACB2EC

Tints of Perano #ACB2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 29.35%
G = 30.38%
B = 40.27%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB2EC (or 0xACB2EC) is known color: Perano. HEX triplet: AC, B2 and EC. RGB value is (172,178,236). Sum of RGB (Red+Green+Blue) = 172+178+236=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2EC is #534D13. Grayscale: #B6B6B6. Windows color (decimal): -5459220 or 15512236. OLE color: 15512236.

HSL color Cylindrical-coordinate representation of color #ACB2EC: hue angle of 234.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB2EC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 178 236 -
CMYK 0.27 0.25 0 0.07
HSL 234.38º 0.63% 0.8% -
HSV(B) 234.38º 0.27% 0.93% -
XYZ 48.07 46.67 85.83 -
YUV 182.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 172 178 236 0.27 0.25 0 0.07 234.38 0.63 0.8
Hex AC B2 EC 1B 19 0 7 EA 3F 50
Octal 254 262 354 33 31 0 7 352 77 120
Binary 10101100 10110010 11101100 11011 11001 0 111 11101010 111111 1010000

Color Harmonies of #ACB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2EC

Black with #ACB2EC

Text Example


Text Example

White with #ACB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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