Html Css Color HEX #ACB5EA Perano

📋 copy color: '#ACB5EA'

red 172 ◦ green 181 ◦ blue 234

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

Shades of Perano #ACB5EA

Tints of Perano #ACB5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 29.3%
G = 30.83%
B = 39.86%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB5EA (or 0xACB5EA) is known color: Perano. HEX triplet: AC, B5 and EA. RGB value is (172,181,234). Sum of RGB (Red+Green+Blue) = 172+181+234=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EA is #534A15. Grayscale: #B8B8B8. Windows color (decimal): -5458454 or 15381932. OLE color: 15381932.

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

Color convert

RGB 172 181 234 -
CMYK 0.26 0.23 0 0.08
HSL 231.29º 0.6% 0.8% -
HSV(B) 231.29º 0.26% 0.92% -
XYZ 48.39 47.76 84.51 -
YUV 184.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 172 181 234 0.26 0.23 0 0.08 231.29 0.6 0.8
Hex AC B5 EA 1A 17 0 8 E7 3C 50
Octal 254 265 352 32 27 0 10 347 74 120
Binary 10101100 10110101 11101010 11010 10111 0 1000 11100111 111100 1010000

Color Harmonies of #ACB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5EA

Black with #ACB5EA

Text Example


Text Example

White with #ACB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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