Html Css Color HEX #ACB6EB Perano

📋 copy color: '#ACB6EB'

red 172 ◦ green 182 ◦ blue 235

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

Shades of Perano #ACB6EB

Tints of Perano #ACB6EB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.9%

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

R = 29.2%
G = 30.9%
B = 39.9%

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

#ACB6EB (or 0xACB6EB) is known color: Perano. HEX triplet: AC, B6 and EB. RGB value is (172,182,235). Sum of RGB (Red+Green+Blue) = 172+182+235=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EB is #534914. Grayscale: #B8B8B8. Windows color (decimal): -5458197 or 15447724. OLE color: 15447724.

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

Color convert

RGB 172 182 235 -
CMYK 0.27 0.23 0 0.08
HSL 230.48º 0.61% 0.8% -
HSV(B) 230.48º 0.27% 0.92% -
XYZ 48.74 48.22 85.34 -
YUV 185.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 172 182 235 0.27 0.23 0 0.08 230.48 0.61 0.8
Hex AC B6 EB 1B 17 0 8 E6 3D 50
Octal 254 266 353 33 27 0 10 346 75 120
Binary 10101100 10110110 11101011 11011 10111 0 1000 11100110 111101 1010000

Color Harmonies of #ACB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6EB

Black with #ACB6EB

Text Example


Text Example

White with #ACB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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