Html Css Color HEX #ACB6E8 Perano

📋 copy color: '#ACB6E8'

red 172 ◦ green 182 ◦ blue 232

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

Shades of Perano #ACB6E8

Tints of Perano #ACB6E8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.06%

 BLUE value IS 232 (91.02% from 255) = 39.59%

R = 29.35%
G = 31.06%
B = 39.59%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACB6E8 (or 0xACB6E8) is known color: Perano. HEX triplet: AC, B6 and E8. RGB value is (172,182,232). Sum of RGB (Red+Green+Blue) = 172+182+232=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACB6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6E8 is #534917. Grayscale: #B8B8B8. Windows color (decimal): -5458200 or 15251116. OLE color: 15251116.

HSL color Cylindrical-coordinate representation of color #ACB6E8: hue angle of 230º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB6E8 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 182 232 -
CMYK 0.26 0.22 0 0.09
HSL 230º 0.57% 0.79% -
HSV(B) 230º 0.26% 0.91% -
XYZ 48.31 48.05 83.07 -
YUV 184.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 172 182 232 0.26 0.22 0 0.09 230 0.57 0.79
Hex AC B6 E8 1A 16 0 9 E6 39 4F
Octal 254 266 350 32 26 0 11 346 71 117
Binary 10101100 10110110 11101000 11010 10110 0 1001 11100110 111001 1001111

Color Harmonies of #ACB6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6E8

Black with #ACB6E8

Text Example


Text Example

White with #ACB6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6E8; }

 p { color: rgb(172,182,232); }

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

background-color css

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

 a { background-color: rgb(172,182,232); }

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

border-color css

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

 span { border-color: rgb(172,182,232); }

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