Html Css Color HEX #ACB8EA Perano

📋 copy color: '#ACB8EA'

red 172 ◦ green 184 ◦ blue 234

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

Shades of Perano #ACB8EA

Tints of Perano #ACB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.19%

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 29.15%
G = 31.19%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB8EA (or 0xACB8EA) is known color: Perano. HEX triplet: AC, B8 and EA. RGB value is (172,184,234). Sum of RGB (Red+Green+Blue) = 172+184+234=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8EA is #534715. Grayscale: #B9B9B9. Windows color (decimal): -5457686 or 15382700. OLE color: 15382700.

HSL color Cylindrical-coordinate representation of color #ACB8EA: hue angle of 228.39º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB8EA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 184 234 -
CMYK 0.26 0.21 0 0.08
HSL 228.39º 0.6% 0.8% -
HSV(B) 228.39º 0.26% 0.92% -
XYZ 49.01 48.99 84.72 -
YUV 186.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 172 184 234 0.26 0.21 0 0.08 228.39 0.6 0.8
Hex AC B8 EA 1A 15 0 8 E4 3C 50
Octal 254 270 352 32 25 0 10 344 74 120
Binary 10101100 10111000 11101010 11010 10101 0 1000 11100100 111100 1010000

Color Harmonies of #ACB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8EA

Black with #ACB8EA

Text Example


Text Example

White with #ACB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8EA; }

 p { color: rgb(172,184,234); }

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

background-color css

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

 a { background-color: rgb(172,184,234); }

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

border-color css

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

 span { border-color: rgb(172,184,234); }

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