Html Css Color HEX #ACB0F6 Perano

📋 copy color: '#ACB0F6'

red 172 ◦ green 176 ◦ blue 246

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

Shades of Perano #ACB0F6

Tints of Perano #ACB0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 28.96%
G = 29.63%
B = 41.41%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACB0F6 (or 0xACB0F6) is known color: Perano. HEX triplet: AC, B0 and F6. RGB value is (172,176,246). Sum of RGB (Red+Green+Blue) = 172+176+246=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACB0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F6 is #534F09. Grayscale: #B6B6B6. Windows color (decimal): -5459722 or 16167084. OLE color: 16167084.

HSL color Cylindrical-coordinate representation of color #ACB0F6: hue angle of 236.76º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB0F6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 176 246 -
CMYK 0.30 0.28 0 0.04
HSL 236.76º 0.8% 0.82% -
HSV(B) 236.76º 0.3% 0.96% -
XYZ 49.17 46.48 93.57 -
YUV 182.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 172 176 246 0.30 0.28 0 0.04 236.76 0.8 0.82
Hex AC B0 F6 1E 1C 0 4 ED 50 52
Octal 254 260 366 36 34 0 4 355 120 122
Binary 10101100 10110000 11110110 11110 11100 0 100 11101101 1010000 1010010

Color Harmonies of #ACB0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0F6

Black with #ACB0F6

Text Example


Text Example

White with #ACB0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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