Html Css Color HEX #ACB2E2 Perano

📋 copy color: '#ACB2E2'

red 172 ◦ green 178 ◦ blue 226

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

Shades of Perano #ACB2E2

Tints of Perano #ACB2E2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.9%

 BLUE value IS 226 (88.67% from 255) = 39.24%

R = 29.86%
G = 30.9%
B = 39.24%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACB2E2 (or 0xACB2E2) is known color: Perano. HEX triplet: AC, B2 and E2. RGB value is (172,178,226). Sum of RGB (Red+Green+Blue) = 172+178+226=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACB2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2E2 is #534D1D. Grayscale: #B5B5B5. Windows color (decimal): -5459230 or 14856876. OLE color: 14856876.

HSL color Cylindrical-coordinate representation of color #ACB2E2: hue angle of 233.33º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB2E2 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 178 226 -
CMYK 0.24 0.21 0 0.11
HSL 233.33º 0.48% 0.78% -
HSV(B) 233.33º 0.24% 0.89% -
XYZ 46.66 46.1 78.39 -
YUV 181.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 172 178 226 0.24 0.21 0 0.11 233.33 0.48 0.78
Hex AC B2 E2 18 15 0 B E9 30 4E
Octal 254 262 342 30 25 0 13 351 60 116
Binary 10101100 10110010 11100010 11000 10101 0 1011 11101001 110000 1001110

Color Harmonies of #ACB2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2E2

Black with #ACB2E2

Text Example


Text Example

White with #ACB2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2E2; }

 p { color: rgb(172,178,226); }

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

background-color css

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

 a { background-color: rgb(172,178,226); }

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

border-color css

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

 span { border-color: rgb(172,178,226); }

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