Html Css Color HEX #ACB4EC Perano

📋 copy color: '#ACB4EC'

red 172 ◦ green 180 ◦ blue 236

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

Shades of Perano #ACB4EC

Tints of Perano #ACB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

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

R = 29.25%
G = 30.61%
B = 40.14%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB4EC (or 0xACB4EC) is known color: Perano. HEX triplet: AC, B4 and EC. RGB value is (172,180,236). Sum of RGB (Red+Green+Blue) = 172+180+236=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4EC is #534B13. Grayscale: #B7B7B7. Windows color (decimal): -5458708 or 15512748. OLE color: 15512748.

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

Color convert

RGB 172 180 236 -
CMYK 0.27 0.24 0 0.07
HSL 232.5º 0.63% 0.8% -
HSV(B) 232.5º 0.27% 0.93% -
XYZ 48.47 47.47 85.96 -
YUV 183.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 172 180 236 0.27 0.24 0 0.07 232.5 0.63 0.8
Hex AC B4 EC 1B 18 0 7 E8 3F 50
Octal 254 264 354 33 30 0 7 350 77 120
Binary 10101100 10110100 11101100 11011 11000 0 111 11101000 111111 1010000

Color Harmonies of #ACB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4EC

Black with #ACB4EC

Text Example


Text Example

White with #ACB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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