Html Css Color HEX #ACB0E4 Perano

📋 copy color: '#ACB0E4'

red 172 ◦ green 176 ◦ blue 228

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

Shades of Perano #ACB0E4

Tints of Perano #ACB0E4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.56%

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 29.86%
G = 30.56%
B = 39.58%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACB0E4 (or 0xACB0E4) is known color: Perano. HEX triplet: AC, B0 and E4. RGB value is (172,176,228). Sum of RGB (Red+Green+Blue) = 172+176+228=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACB0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0E4 is #534F1B. Grayscale: #B4B4B4. Windows color (decimal): -5459740 or 14987436. OLE color: 14987436.

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

Color convert

RGB 172 176 228 -
CMYK 0.25 0.23 0 0.11
HSL 235.71º 0.51% 0.78% -
HSV(B) 235.71º 0.25% 0.89% -
XYZ 46.54 45.42 79.71 -
YUV 180.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 172 176 228 0.25 0.23 0 0.11 235.71 0.51 0.78
Hex AC B0 E4 19 17 0 B EC 33 4E
Octal 254 260 344 31 27 0 13 354 63 116
Binary 10101100 10110000 11100100 11001 10111 0 1011 11101100 110011 1001110

Color Harmonies of #ACB0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0E4

Black with #ACB0E4

Text Example


Text Example

White with #ACB0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0E4; }

 p { color: rgb(172,176,228); }

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

background-color css

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

 a { background-color: rgb(172,176,228); }

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

border-color css

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

 span { border-color: rgb(172,176,228); }

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