Html Css Color HEX #ACB0EB Perano

📋 copy color: '#ACB0EB'

red 172 ◦ green 176 ◦ blue 235

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

Shades of Perano #ACB0EB

Tints of Perano #ACB0EB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.19%

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

R = 29.5%
G = 30.19%
B = 40.31%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB0EB (or 0xACB0EB) is known color: Perano. HEX triplet: AC, B0 and EB. RGB value is (172,176,235). Sum of RGB (Red+Green+Blue) = 172+176+235=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0EB is #534F14. Grayscale: #B5B5B5. Windows color (decimal): -5459733 or 15446188. OLE color: 15446188.

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

Color convert

RGB 172 176 235 -
CMYK 0.27 0.25 0 0.08
HSL 236.19º 0.61% 0.8% -
HSV(B) 236.19º 0.27% 0.92% -
XYZ 47.53 45.82 84.94 -
YUV 181.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 172 176 235 0.27 0.25 0 0.08 236.19 0.61 0.8
Hex AC B0 EB 1B 19 0 8 EC 3D 50
Octal 254 260 353 33 31 0 10 354 75 120
Binary 10101100 10110000 11101011 11011 11001 0 1000 11101100 111101 1010000

Color Harmonies of #ACB0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0EB

Black with #ACB0EB

Text Example


Text Example

White with #ACB0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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