Html Css Color HEX #ACB1E5 Perano

📋 copy color: '#ACB1E5'

red 172 ◦ green 177 ◦ blue 229

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

Shades of Perano #ACB1E5

Tints of Perano #ACB1E5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.62%

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

R = 29.76%
G = 30.62%
B = 39.62%

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

#ACB1E5 (or 0xACB1E5) is known color: Perano. HEX triplet: AC, B1 and E5. RGB value is (172,177,229). Sum of RGB (Red+Green+Blue) = 172+177+229=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1E5 is #534E1A. Grayscale: #B5B5B5. Windows color (decimal): -5459483 or 15053228. OLE color: 15053228.

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

Color convert

RGB 172 177 229 -
CMYK 0.25 0.23 0 0.10
HSL 234.74º 0.52% 0.79% -
HSV(B) 234.74º 0.25% 0.9% -
XYZ 46.88 45.87 80.51 -
YUV 181.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 172 177 229 0.25 0.23 0 0.10 234.74 0.52 0.79
Hex AC B1 E5 19 17 0 A EB 34 4F
Octal 254 261 345 31 27 0 12 353 64 117
Binary 10101100 10110001 11100101 11001 10111 0 1010 11101011 110100 1001111

Color Harmonies of #ACB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1E5

Black with #ACB1E5

Text Example


Text Example

White with #ACB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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