Html Css Color HEX #ACB0E5 Perano

📋 copy color: '#ACB0E5'

red 172 ◦ green 176 ◦ blue 229

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

Shades of Perano #ACB0E5

Tints of Perano #ACB0E5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.5%

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 29.81%
G = 30.5%
B = 39.69%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACB0E5 (or 0xACB0E5) is known color: Perano. HEX triplet: AC, B0 and E5. RGB value is (172,176,229). Sum of RGB (Red+Green+Blue) = 172+176+229=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0E5 is #534F1A. Grayscale: #B4B4B4. Windows color (decimal): -5459739 or 15052972. OLE color: 15052972.

HSL color Cylindrical-coordinate representation of color #ACB0E5: hue angle of 235.79º degrees, saturation: 0.52, 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 #ACB0E5 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 176 229 -
CMYK 0.25 0.23 0 0.10
HSL 235.79º 0.52% 0.79% -
HSV(B) 235.79º 0.25% 0.9% -
XYZ 46.68 45.48 80.45 -
YUV 180.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 172 176 229 0.25 0.23 0 0.10 235.79 0.52 0.79
Hex AC B0 E5 19 17 0 A EC 34 4F
Octal 254 260 345 31 27 0 12 354 64 117
Binary 10101100 10110000 11100101 11001 10111 0 1010 11101100 110100 1001111

Color Harmonies of #ACB0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0E5

Black with #ACB0E5

Text Example


Text Example

White with #ACB0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0E5; }

 p { color: rgb(172,176,229); }

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

background-color css

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

 a { background-color: rgb(172,176,229); }

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

border-color css

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

 span { border-color: rgb(172,176,229); }

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