Html Css Color HEX #ACB2EA Perano

📋 copy color: '#ACB2EA'

red 172 ◦ green 178 ◦ blue 234

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

Shades of Perano #ACB2EA

Tints of Perano #ACB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.48%

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

R = 29.45%
G = 30.48%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACB2EA (or 0xACB2EA) is known color: Perano. HEX triplet: AC, B2 and EA. RGB value is (172,178,234). Sum of RGB (Red+Green+Blue) = 172+178+234=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2EA is #534D15. Grayscale: #B6B6B6. Windows color (decimal): -5459222 or 15381164. OLE color: 15381164.

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

Color convert

RGB 172 178 234 -
CMYK 0.26 0.24 0 0.08
HSL 234.19º 0.6% 0.8% -
HSV(B) 234.19º 0.26% 0.92% -
XYZ 47.78 46.55 84.31 -
YUV 182.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 172 178 234 0.26 0.24 0 0.08 234.19 0.6 0.8
Hex AC B2 EA 1A 18 0 8 EA 3C 50
Octal 254 262 352 32 30 0 10 352 74 120
Binary 10101100 10110010 11101010 11010 11000 0 1000 11101010 111100 1010000

Color Harmonies of #ACB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2EA

Black with #ACB2EA

Text Example


Text Example

White with #ACB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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