Html Css Color HEX #ACB5EB Perano

📋 copy color: '#ACB5EB'

red 172 ◦ green 181 ◦ blue 235

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

Shades of Perano #ACB5EB

Tints of Perano #ACB5EB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.78%

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

R = 29.25%
G = 30.78%
B = 39.97%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB5EB (or 0xACB5EB) is known color: Perano. HEX triplet: AC, B5 and EB. RGB value is (172,181,235). Sum of RGB (Red+Green+Blue) = 172+181+235=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EB is #534A14. Grayscale: #B8B8B8. Windows color (decimal): -5458453 or 15447468. OLE color: 15447468.

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

Color convert

RGB 172 181 235 -
CMYK 0.27 0.23 0 0.08
HSL 231.43º 0.61% 0.8% -
HSV(B) 231.43º 0.27% 0.92% -
XYZ 48.53 47.82 85.27 -
YUV 184.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 172 181 235 0.27 0.23 0 0.08 231.43 0.61 0.8
Hex AC B5 EB 1B 17 0 8 E7 3D 50
Octal 254 265 353 33 27 0 10 347 75 120
Binary 10101100 10110101 11101011 11011 10111 0 1000 11100111 111101 1010000

Color Harmonies of #ACB5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5EB

Black with #ACB5EB

Text Example


Text Example

White with #ACB5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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