Html Css Color HEX #ACB9EE Perano

📋 copy color: '#ACB9EE'

red 172 ◦ green 185 ◦ blue 238

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

Shades of Perano #ACB9EE

Tints of Perano #ACB9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.09%

 BLUE value IS 238 (93.36% from 255) = 40%

R = 28.91%
G = 31.09%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB9EE (or 0xACB9EE) is known color: Perano. HEX triplet: AC, B9 and EE. RGB value is (172,185,238). Sum of RGB (Red+Green+Blue) = 172+185+238=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EE is #534611. Grayscale: #BABABA. Windows color (decimal): -5457426 or 15645100. OLE color: 15645100.

HSL color Cylindrical-coordinate representation of color #ACB9EE: hue angle of 228.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB9EE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 185 238 -
CMYK 0.28 0.22 0 0.07
HSL 228.18º 0.66% 0.8% -
HSV(B) 228.18º 0.28% 0.93% -
XYZ 49.79 49.64 87.85 -
YUV 187.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 172 185 238 0.28 0.22 0 0.07 228.18 0.66 0.8
Hex AC B9 EE 1C 16 0 7 E4 42 50
Octal 254 271 356 34 26 0 7 344 102 120
Binary 10101100 10111001 11101110 11100 10110 0 111 11100100 1000010 1010000

Color Harmonies of #ACB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9EE

Black with #ACB9EE

Text Example


Text Example

White with #ACB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9EE; }

 p { color: rgb(172,185,238); }

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

background-color css

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

 a { background-color: rgb(172,185,238); }

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

border-color css

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

 span { border-color: rgb(172,185,238); }

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