Html Css Color HEX #ACB9F7 Perano

📋 copy color: '#ACB9F7'

red 172 ◦ green 185 ◦ blue 247

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

Shades of Perano #ACB9F7

Tints of Perano #ACB9F7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.63%

 BLUE value IS 247 (96.88% from 255) = 40.89%

R = 28.48%
G = 30.63%
B = 40.89%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACB9F7 (or 0xACB9F7) is known color: Perano. HEX triplet: AC, B9 and F7. RGB value is (172,185,247). Sum of RGB (Red+Green+Blue) = 172+185+247=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9F7 is #534608. Grayscale: #BBBBBB. Windows color (decimal): -5457417 or 16234924. OLE color: 16234924.

HSL color Cylindrical-coordinate representation of color #ACB9F7: hue angle of 229.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB9F7 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 185 247 -
CMYK 0.30 0.25 0 0.03
HSL 229.6º 0.82% 0.82% -
HSV(B) 229.6º 0.3% 0.97% -
XYZ 51.15 50.18 94.99 -
YUV 188.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 172 185 247 0.30 0.25 0 0.03 229.6 0.82 0.82
Hex AC B9 F7 1E 19 0 3 E6 52 52
Octal 254 271 367 36 31 0 3 346 122 122
Binary 10101100 10111001 11110111 11110 11001 0 11 11100110 1010010 1010010

Color Harmonies of #ACB9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9F7

Black with #ACB9F7

Text Example


Text Example

White with #ACB9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9F7; }

 p { color: rgb(172,185,247); }

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

background-color css

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

 a { background-color: rgb(172,185,247); }

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

border-color css

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

 span { border-color: rgb(172,185,247); }

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