Html Css Color HEX #ACB4E5 Perano

📋 copy color: '#ACB4E5'

red 172 ◦ green 180 ◦ blue 229

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

Shades of Perano #ACB4E5

Tints of Perano #ACB4E5

RGB

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

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

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

R = 29.6%
G = 30.98%
B = 39.41%

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

#ACB4E5 (or 0xACB4E5) is known color: Perano. HEX triplet: AC, B4 and E5. RGB value is (172,180,229). Sum of RGB (Red+Green+Blue) = 172+180+229=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4E5 is #534B1A. Grayscale: #B6B6B6. Windows color (decimal): -5458715 or 15053996. OLE color: 15053996.

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

Color convert

RGB 172 180 229 -
CMYK 0.25 0.21 0 0.10
HSL 231.58º 0.52% 0.79% -
HSV(B) 231.58º 0.25% 0.9% -
XYZ 47.48 47.07 80.71 -
YUV 183.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 172 180 229 0.25 0.21 0 0.10 231.58 0.52 0.79
Hex AC B4 E5 19 15 0 A E8 34 4F
Octal 254 264 345 31 25 0 12 350 64 117
Binary 10101100 10110100 11100101 11001 10101 0 1010 11101000 110100 1001111

Color Harmonies of #ACB4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4E5

Black with #ACB4E5

Text Example


Text Example

White with #ACB4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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