Html Css Color HEX #ACB8E5 Perano

📋 copy color: '#ACB8E5'

red 172 ◦ green 184 ◦ blue 229

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

Shades of Perano #ACB8E5

Tints of Perano #ACB8E5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.45%

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

R = 29.4%
G = 31.45%
B = 39.15%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACB8E5 (or 0xACB8E5) is known color: Perano. HEX triplet: AC, B8 and E5. RGB value is (172,184,229). Sum of RGB (Red+Green+Blue) = 172+184+229=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8E5 is #53471A. Grayscale: #B9B9B9. Windows color (decimal): -5457691 or 15055020. OLE color: 15055020.

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

Color convert

RGB 172 184 229 -
CMYK 0.25 0.20 0 0.10
HSL 227.37º 0.52% 0.79% -
HSV(B) 227.37º 0.25% 0.9% -
XYZ 48.3 48.71 80.98 -
YUV 185.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 172 184 229 0.25 0.20 0 0.10 227.37 0.52 0.79
Hex AC B8 E5 19 14 0 A E3 34 4F
Octal 254 270 345 31 24 0 12 343 64 117
Binary 10101100 10111000 11100101 11001 10100 0 1010 11100011 110100 1001111

Color Harmonies of #ACB8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8E5

Black with #ACB8E5

Text Example


Text Example

White with #ACB8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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