Html Css Color HEX #ACB8F9 Perano

📋 copy color: '#ACB8F9'

red 172 ◦ green 184 ◦ blue 249

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

Shades of Perano #ACB8F9

Tints of Perano #ACB8F9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.41%

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 28.43%
G = 30.41%
B = 41.16%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACB8F9 (or 0xACB8F9) is known color: Perano. HEX triplet: AC, B8 and F9. RGB value is (172,184,249). Sum of RGB (Red+Green+Blue) = 172+184+249=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACB8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8F9 is #534706. Grayscale: #BBBBBB. Windows color (decimal): -5457671 or 16365740. OLE color: 16365740.

HSL color Cylindrical-coordinate representation of color #ACB8F9: hue angle of 230.65º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB8F9 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 184 249 -
CMYK 0.31 0.26 0 0.02
HSL 230.65º 0.87% 0.83% -
HSV(B) 230.65º 0.31% 0.98% -
XYZ 51.25 49.89 96.55 -
YUV 187.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 172 184 249 0.31 0.26 0 0.02 230.65 0.87 0.83
Hex AC B8 F9 1F 1A 0 2 E7 57 53
Octal 254 270 371 37 32 0 2 347 127 123
Binary 10101100 10111000 11111001 11111 11010 0 10 11100111 1010111 1010011

Color Harmonies of #ACB8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8F9

Black with #ACB8F9

Text Example


Text Example

White with #ACB8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8F9; }

 p { color: rgb(172,184,249); }

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

background-color css

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

 a { background-color: rgb(172,184,249); }

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

border-color css

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

 span { border-color: rgb(172,184,249); }

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