Html Css Color HEX #ACB4EB Perano

📋 copy color: '#ACB4EB'

red 172 ◦ green 180 ◦ blue 235

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

Shades of Perano #ACB4EB

Tints of Perano #ACB4EB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.66%

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

R = 29.3%
G = 30.66%
B = 40.03%

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

#ACB4EB (or 0xACB4EB) is known color: Perano. HEX triplet: AC, B4 and EB. RGB value is (172,180,235). Sum of RGB (Red+Green+Blue) = 172+180+235=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4EB is #534B14. Grayscale: #B7B7B7. Windows color (decimal): -5458709 or 15447212. OLE color: 15447212.

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

Color convert

RGB 172 180 235 -
CMYK 0.27 0.23 0 0.08
HSL 232.38º 0.61% 0.8% -
HSV(B) 232.38º 0.27% 0.92% -
XYZ 48.33 47.41 85.2 -
YUV 183.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 172 180 235 0.27 0.23 0 0.08 232.38 0.61 0.8
Hex AC B4 EB 1B 17 0 8 E8 3D 50
Octal 254 264 353 33 27 0 10 350 75 120
Binary 10101100 10110100 11101011 11011 10111 0 1000 11101000 111101 1010000

Color Harmonies of #ACB4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4EB

Black with #ACB4EB

Text Example


Text Example

White with #ACB4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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