Html Css Color HEX #ACB4F6 Perano

📋 copy color: '#ACB4F6'

red 172 ◦ green 180 ◦ blue 246

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

Shades of Perano #ACB4F6

Tints of Perano #ACB4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.1%

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

R = 28.76%
G = 30.1%
B = 41.14%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACB4F6 (or 0xACB4F6) is known color: Perano. HEX triplet: AC, B4 and F6. RGB value is (172,180,246). Sum of RGB (Red+Green+Blue) = 172+180+246=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACB4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4F6 is #534B09. Grayscale: #B8B8B8. Windows color (decimal): -5458698 or 16168108. OLE color: 16168108.

HSL color Cylindrical-coordinate representation of color #ACB4F6: hue angle of 233.51º 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 #ACB4F6 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 180 246 -
CMYK 0.30 0.27 0 0.04
HSL 233.51º 0.8% 0.82% -
HSV(B) 233.51º 0.3% 0.96% -
XYZ 49.97 48.07 93.83 -
YUV 185.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 172 180 246 0.30 0.27 0 0.04 233.51 0.8 0.82
Hex AC B4 F6 1E 1B 0 4 EA 50 52
Octal 254 264 366 36 33 0 4 352 120 122
Binary 10101100 10110100 11110110 11110 11011 0 100 11101010 1010000 1010010

Color Harmonies of #ACB4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4F6

Black with #ACB4F6

Text Example


Text Example

White with #ACB4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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