Html Css Color HEX #ACB1F6 Perano

📋 copy color: '#ACB1F6'

red 172 ◦ green 177 ◦ blue 246

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

Shades of Perano #ACB1F6

Tints of Perano #ACB1F6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.75%

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

R = 28.91%
G = 29.75%
B = 41.34%

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

#ACB1F6 (or 0xACB1F6) is known color: Perano. HEX triplet: AC, B1 and F6. RGB value is (172,177,246). Sum of RGB (Red+Green+Blue) = 172+177+246=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACB1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1F6 is #534E09. Grayscale: #B7B7B7. Windows color (decimal): -5459466 or 16167340. OLE color: 16167340.

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

Color convert

RGB 172 177 246 -
CMYK 0.30 0.28 0 0.04
HSL 235.95º 0.8% 0.82% -
HSV(B) 235.95º 0.3% 0.96% -
XYZ 49.37 46.87 93.63 -
YUV 183.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 172 177 246 0.30 0.28 0 0.04 235.95 0.8 0.82
Hex AC B1 F6 1E 1C 0 4 EC 50 52
Octal 254 261 366 36 34 0 4 354 120 122
Binary 10101100 10110001 11110110 11110 11100 0 100 11101100 1010000 1010010

Color Harmonies of #ACB1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1F6

Black with #ACB1F6

Text Example


Text Example

White with #ACB1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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