Html Css Color HEX #ACB5E5 Perano

📋 copy color: '#ACB5E5'

red 172 ◦ green 181 ◦ blue 229

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

Shades of Perano #ACB5E5

Tints of Perano #ACB5E5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.1%

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

R = 29.55%
G = 31.1%
B = 39.35%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACB5E5 (or 0xACB5E5) is known color: Perano. HEX triplet: AC, B5 and E5. RGB value is (172,181,229). Sum of RGB (Red+Green+Blue) = 172+181+229=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5E5 is #534A1A. Grayscale: #B7B7B7. Windows color (decimal): -5458459 or 15054252. OLE color: 15054252.

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

Color convert

RGB 172 181 229 -
CMYK 0.25 0.21 0 0.10
HSL 230.53º 0.52% 0.79% -
HSV(B) 230.53º 0.25% 0.9% -
XYZ 47.68 47.48 80.78 -
YUV 183.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 172 181 229 0.25 0.21 0 0.10 230.53 0.52 0.79
Hex AC B5 E5 19 15 0 A E7 34 4F
Octal 254 265 345 31 25 0 12 347 64 117
Binary 10101100 10110101 11100101 11001 10101 0 1010 11100111 110100 1001111

Color Harmonies of #ACB5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5E5

Black with #ACB5E5

Text Example


Text Example

White with #ACB5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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