Html Css Color HEX #ACBCE0 Perano

📋 copy color: '#ACBCE0'

red 172 ◦ green 188 ◦ blue 224

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

Shades of Perano #ACBCE0

Tints of Perano #ACBCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.19%

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 29.45%
G = 32.19%
B = 38.36%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACBCE0 (or 0xACBCE0) is known color: Perano. HEX triplet: AC, BC and E0. RGB value is (172,188,224). Sum of RGB (Red+Green+Blue) = 172+188+224=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCE0 is #53431F. Grayscale: #BBBBBB. Windows color (decimal): -5456672 or 14728364. OLE color: 14728364.

HSL color Cylindrical-coordinate representation of color #ACBCE0: hue angle of 221.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBCE0 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 188 224 -
CMYK 0.23 0.16 0 0.12
HSL 221.54º 0.46% 0.78% -
HSV(B) 221.54º 0.23% 0.88% -
XYZ 48.45 50.12 77.64 -
YUV 187.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 172 188 224 0.23 0.16 0 0.12 221.54 0.46 0.78
Hex AC BC E0 17 10 0 C DE 2E 4E
Octal 254 274 340 27 20 0 14 336 56 116
Binary 10101100 10111100 11100000 10111 10000 0 1100 11011110 101110 1001110

Color Harmonies of #ACBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCE0

Black with #ACBCE0

Text Example


Text Example

White with #ACBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCE0; }

 p { color: rgb(172,188,224); }

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

background-color css

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

 a { background-color: rgb(172,188,224); }

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

border-color css

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

 span { border-color: rgb(172,188,224); }

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