Html Css Color HEX #ACB0EE Perano

📋 copy color: '#ACB0EE'

red 172 ◦ green 176 ◦ blue 238

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

Shades of Perano #ACB0EE

Tints of Perano #ACB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

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

R = 29.35%
G = 30.03%
B = 40.61%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACB0EE (or 0xACB0EE) is known color: Perano. HEX triplet: AC, B0 and EE. RGB value is (172,176,238). Sum of RGB (Red+Green+Blue) = 172+176+238=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0EE is #534F11. Grayscale: #B5B5B5. Windows color (decimal): -5459730 or 15642796. OLE color: 15642796.

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

Color convert

RGB 172 176 238 -
CMYK 0.28 0.26 0 0.07
HSL 236.36º 0.66% 0.8% -
HSV(B) 236.36º 0.28% 0.93% -
XYZ 47.97 45.99 87.24 -
YUV 181.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 172 176 238 0.28 0.26 0 0.07 236.36 0.66 0.8
Hex AC B0 EE 1C 1A 0 7 EC 42 50
Octal 254 260 356 34 32 0 7 354 102 120
Binary 10101100 10110000 11101110 11100 11010 0 111 11101100 1000010 1010000

Color Harmonies of #ACB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0EE

Black with #ACB0EE

Text Example


Text Example

White with #ACB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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