Html Css Color HEX #ACB3E6 Perano

📋 copy color: '#ACB3E6'

red 172 ◦ green 179 ◦ blue 230

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

Shades of Perano #ACB3E6

Tints of Perano #ACB3E6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.81%

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 29.6%
G = 30.81%
B = 39.59%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACB3E6 (or 0xACB3E6) is known color: Perano. HEX triplet: AC, B3 and E6. RGB value is (172,179,230). Sum of RGB (Red+Green+Blue) = 172+179+230=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACB3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3E6 is #534C19. Grayscale: #B6B6B6. Windows color (decimal): -5458970 or 15119276. OLE color: 15119276.

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

Color convert

RGB 172 179 230 -
CMYK 0.25 0.22 0 0.10
HSL 232.76º 0.54% 0.79% -
HSV(B) 232.76º 0.25% 0.9% -
XYZ 47.42 46.72 81.38 -
YUV 182.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 172 179 230 0.25 0.22 0 0.10 232.76 0.54 0.79
Hex AC B3 E6 19 16 0 A E9 36 4F
Octal 254 263 346 31 26 0 12 351 66 117
Binary 10101100 10110011 11100110 11001 10110 0 1010 11101001 110110 1001111

Color Harmonies of #ACB3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3E6

Black with #ACB3E6

Text Example


Text Example

White with #ACB3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3E6; }

 p { color: rgb(172,179,230); }

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

background-color css

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

 a { background-color: rgb(172,179,230); }

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

border-color css

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

 span { border-color: rgb(172,179,230); }

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