Html Css Color HEX #ACAEDB Perano

📋 copy color: '#ACAEDB'

red 172 ◦ green 174 ◦ blue 219

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

Shades of Perano #ACAEDB

Tints of Perano #ACAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 30.44%
G = 30.8%
B = 38.76%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACAEDB (or 0xACAEDB) is known color: Perano. HEX triplet: AC, AE and DB. RGB value is (172,174,219). Sum of RGB (Red+Green+Blue) = 172+174+219=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEDB is #535124. Grayscale: #B2B2B2. Windows color (decimal): -5460261 or 14397100. OLE color: 14397100.

HSL color Cylindrical-coordinate representation of color #ACAEDB: hue angle of 237.45º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACAEDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 174 219 -
CMYK 0.21 0.21 0 0.14
HSL 237.45º 0.39% 0.77% -
HSV(B) 237.45º 0.21% 0.86% -
XYZ 44.94 44.16 73.17 -
YUV 178.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 172 174 219 0.21 0.21 0 0.14 237.45 0.39 0.77
Hex AC AE DB 15 15 0 E ED 27 4D
Octal 254 256 333 25 25 0 16 355 47 115
Binary 10101100 10101110 11011011 10101 10101 0 1110 11101101 100111 1001101

Color Harmonies of #ACAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEDB

Black with #ACAEDB

Text Example


Text Example

White with #ACAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEDB; }

 p { color: rgb(172,174,219); }

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

background-color css

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

 a { background-color: rgb(172,174,219); }

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

border-color css

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

 span { border-color: rgb(172,174,219); }

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