Html Css Color HEX #ACB9EB Perano

📋 copy color: '#ACB9EB'

red 172 ◦ green 185 ◦ blue 235

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

Shades of Perano #ACB9EB

Tints of Perano #ACB9EB

RGB

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

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

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

R = 29.05%
G = 31.25%
B = 39.7%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB9EB (or 0xACB9EB) is known color: Perano. HEX triplet: AC, B9 and EB. RGB value is (172,185,235). Sum of RGB (Red+Green+Blue) = 172+185+235=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EB is #534614. Grayscale: #BABABA. Windows color (decimal): -5457429 or 15448492. OLE color: 15448492.

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

Color convert

RGB 172 185 235 -
CMYK 0.27 0.21 0 0.08
HSL 227.62º 0.61% 0.8% -
HSV(B) 227.62º 0.27% 0.92% -
XYZ 49.36 49.47 85.54 -
YUV 186.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 172 185 235 0.27 0.21 0 0.08 227.62 0.61 0.8
Hex AC B9 EB 1B 15 0 8 E4 3D 50
Octal 254 271 353 33 25 0 10 344 75 120
Binary 10101100 10111001 11101011 11011 10101 0 1000 11100100 111101 1010000

Color Harmonies of #ACB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9EB

Black with #ACB9EB

Text Example


Text Example

White with #ACB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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