Html Css Color HEX #ACB9EA Perano

📋 copy color: '#ACB9EA'

red 172 ◦ green 185 ◦ blue 234

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

Shades of Perano #ACB9EA

Tints of Perano #ACB9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.3%

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

R = 29.1%
G = 31.3%
B = 39.59%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB9EA (or 0xACB9EA) is known color: Perano. HEX triplet: AC, B9 and EA. RGB value is (172,185,234). Sum of RGB (Red+Green+Blue) = 172+185+234=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EA is #534615. Grayscale: #BABABA. Windows color (decimal): -5457430 or 15382956. OLE color: 15382956.

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

Color convert

RGB 172 185 234 -
CMYK 0.26 0.21 0 0.08
HSL 227.42º 0.6% 0.8% -
HSV(B) 227.42º 0.26% 0.92% -
XYZ 49.21 49.41 84.78 -
YUV 186.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 172 185 234 0.26 0.21 0 0.08 227.42 0.6 0.8
Hex AC B9 EA 1A 15 0 8 E3 3C 50
Octal 254 271 352 32 25 0 10 343 74 120
Binary 10101100 10111001 11101010 11010 10101 0 1000 11100011 111100 1010000

Color Harmonies of #ACB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9EA

Black with #ACB9EA

Text Example


Text Example

White with #ACB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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