Html Css Color HEX #ACB3E8 Perano

📋 copy color: '#ACB3E8'

red 172 ◦ green 179 ◦ blue 232

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

Shades of Perano #ACB3E8

Tints of Perano #ACB3E8

RGB

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

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

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

R = 29.5%
G = 30.7%
B = 39.79%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACB3E8 (or 0xACB3E8) is known color: Perano. HEX triplet: AC, B3 and E8. RGB value is (172,179,232). Sum of RGB (Red+Green+Blue) = 172+179+232=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACB3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3E8 is #534C17. Grayscale: #B6B6B6. Windows color (decimal): -5458968 or 15250348. OLE color: 15250348.

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

Color convert

RGB 172 179 232 -
CMYK 0.26 0.23 0 0.09
HSL 233º 0.57% 0.79% -
HSV(B) 233º 0.26% 0.91% -
XYZ 47.7 46.84 82.87 -
YUV 182.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 172 179 232 0.26 0.23 0 0.09 233 0.57 0.79
Hex AC B3 E8 1A 17 0 9 E9 39 4F
Octal 254 263 350 32 27 0 11 351 71 117
Binary 10101100 10110011 11101000 11010 10111 0 1001 11101001 111001 1001111

Color Harmonies of #ACB3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3E8

Black with #ACB3E8

Text Example


Text Example

White with #ACB3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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