Html Css Color HEX #ACBAE2 Perano

📋 copy color: '#ACBAE2'

red 172 ◦ green 186 ◦ blue 226

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

Shades of Perano #ACBAE2

Tints of Perano #ACBAE2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.85%

 BLUE value IS 226 (88.67% from 255) = 38.7%

R = 29.45%
G = 31.85%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACBAE2 (or 0xACBAE2) is known color: Perano. HEX triplet: AC, BA and E2. RGB value is (172,186,226). Sum of RGB (Red+Green+Blue) = 172+186+226=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACBAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAE2 is #53451D. Grayscale: #BABABA. Windows color (decimal): -5457182 or 14858924. OLE color: 14858924.

HSL color Cylindrical-coordinate representation of color #ACBAE2: hue angle of 224.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBAE2 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 186 226 -
CMYK 0.24 0.18 0 0.11
HSL 224.44º 0.48% 0.78% -
HSV(B) 224.44º 0.24% 0.89% -
XYZ 48.3 49.38 78.94 -
YUV 186.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 172 186 226 0.24 0.18 0 0.11 224.44 0.48 0.78
Hex AC BA E2 18 12 0 B E0 30 4E
Octal 254 272 342 30 22 0 13 340 60 116
Binary 10101100 10111010 11100010 11000 10010 0 1011 11100000 110000 1001110

Color Harmonies of #ACBAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAE2

Black with #ACBAE2

Text Example


Text Example

White with #ACBAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAE2; }

 p { color: rgb(172,186,226); }

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

background-color css

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

 a { background-color: rgb(172,186,226); }

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

border-color css

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

 span { border-color: rgb(172,186,226); }

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