Html Css Color HEX #ACB3EB Perano

📋 copy color: '#ACB3EB'

red 172 ◦ green 179 ◦ blue 235

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

Shades of Perano #ACB3EB

Tints of Perano #ACB3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.55%

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 29.35%
G = 30.55%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB3EB (or 0xACB3EB) is known color: Perano. HEX triplet: AC, B3 and EB. RGB value is (172,179,235). Sum of RGB (Red+Green+Blue) = 172+179+235=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3EB is #534C14. Grayscale: #B7B7B7. Windows color (decimal): -5458965 or 15446956. OLE color: 15446956.

HSL color Cylindrical-coordinate representation of color #ACB3EB: hue angle of 233.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB3EB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 179 235 -
CMYK 0.27 0.24 0 0.08
HSL 233.33º 0.61% 0.8% -
HSV(B) 233.33º 0.27% 0.92% -
XYZ 48.13 47.01 85.13 -
YUV 183.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 172 179 235 0.27 0.24 0 0.08 233.33 0.61 0.8
Hex AC B3 EB 1B 18 0 8 E9 3D 50
Octal 254 263 353 33 30 0 10 351 75 120
Binary 10101100 10110011 11101011 11011 11000 0 1000 11101001 111101 1010000

Color Harmonies of #ACB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3EB

Black with #ACB3EB

Text Example


Text Example

White with #ACB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3EB; }

 p { color: rgb(172,179,235); }

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

background-color css

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

 a { background-color: rgb(172,179,235); }

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

border-color css

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

 span { border-color: rgb(172,179,235); }

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