Html Css Color HEX #ACB9F8 Perano

📋 copy color: '#ACB9F8'

red 172 ◦ green 185 ◦ blue 248

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

Shades of Perano #ACB9F8

Tints of Perano #ACB9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.99%

R = 28.43%
G = 30.58%
B = 40.99%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACB9F8 (or 0xACB9F8) is known color: Perano. HEX triplet: AC, B9 and F8. RGB value is (172,185,248). Sum of RGB (Red+Green+Blue) = 172+185+248=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACB9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9F8 is #534607. Grayscale: #BCBCBC. Windows color (decimal): -5457416 or 16300460. OLE color: 16300460.

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

Color convert

RGB 172 185 248 -
CMYK 0.31 0.25 0 0.03
HSL 229.74º 0.84% 0.82% -
HSV(B) 229.74º 0.31% 0.97% -
XYZ 51.31 50.25 95.8 -
YUV 188.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 172 185 248 0.31 0.25 0 0.03 229.74 0.84 0.82
Hex AC B9 F8 1F 19 0 3 E6 54 52
Octal 254 271 370 37 31 0 3 346 124 122
Binary 10101100 10111001 11111000 11111 11001 0 11 11100110 1010100 1010010

Color Harmonies of #ACB9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9F8

Black with #ACB9F8

Text Example


Text Example

White with #ACB9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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