Html Css Color HEX #ACB1EC Perano

📋 copy color: '#ACB1EC'

red 172 ◦ green 177 ◦ blue 236

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

Shades of Perano #ACB1EC

Tints of Perano #ACB1EC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

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

R = 29.4%
G = 30.26%
B = 40.34%

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

#ACB1EC (or 0xACB1EC) is known color: Perano. HEX triplet: AC, B1 and EC. RGB value is (172,177,236). Sum of RGB (Red+Green+Blue) = 172+177+236=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1EC is #534E13. Grayscale: #B5B5B5. Windows color (decimal): -5459476 or 15511980. OLE color: 15511980.

HSL color Cylindrical-coordinate representation of color #ACB1EC: hue angle of 235.31º 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 #ACB1EC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 177 236 -
CMYK 0.27 0.25 0 0.07
HSL 235.31º 0.63% 0.8% -
HSV(B) 235.31º 0.27% 0.93% -
XYZ 47.88 46.27 85.76 -
YUV 182.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 172 177 236 0.27 0.25 0 0.07 235.31 0.63 0.8
Hex AC B1 EC 1B 19 0 7 EB 3F 50
Octal 254 261 354 33 31 0 7 353 77 120
Binary 10101100 10110001 11101100 11011 11001 0 111 11101011 111111 1010000

Color Harmonies of #ACB1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1EC

Black with #ACB1EC

Text Example


Text Example

White with #ACB1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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