Html Css Color HEX #ACB9E6 Perano

📋 copy color: '#ACB9E6'

red 172 ◦ green 185 ◦ blue 230

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

Shades of Perano #ACB9E6

Tints of Perano #ACB9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.18%

R = 29.3%
G = 31.52%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACB9E6 (or 0xACB9E6) is known color: Perano. HEX triplet: AC, B9 and E6. RGB value is (172,185,230). Sum of RGB (Red+Green+Blue) = 172+185+230=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACB9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9E6 is #534619. Grayscale: #BABABA. Windows color (decimal): -5457434 or 15120812. OLE color: 15120812.

HSL color Cylindrical-coordinate representation of color #ACB9E6: hue angle of 226.55º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB9E6 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 185 230 -
CMYK 0.25 0.20 0 0.10
HSL 226.55º 0.54% 0.79% -
HSV(B) 226.55º 0.25% 0.9% -
XYZ 48.65 49.18 81.79 -
YUV 186.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 172 185 230 0.25 0.20 0 0.10 226.55 0.54 0.79
Hex AC B9 E6 19 14 0 A E3 36 4F
Octal 254 271 346 31 24 0 12 343 66 117
Binary 10101100 10111001 11100110 11001 10100 0 1010 11100011 110110 1001111

Color Harmonies of #ACB9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9E6

Black with #ACB9E6

Text Example


Text Example

White with #ACB9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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