Html Css Color HEX #ACB7F9 Perano

📋 copy color: '#ACB7F9'

red 172 ◦ green 183 ◦ blue 249

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

Shades of Perano #ACB7F9

Tints of Perano #ACB7F9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.3%

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

R = 28.48%
G = 30.3%
B = 41.23%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACB7F9 (or 0xACB7F9) is known color: Perano. HEX triplet: AC, B7 and F9. RGB value is (172,183,249). Sum of RGB (Red+Green+Blue) = 172+183+249=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACB7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F9 is #534806. Grayscale: #BABABA. Windows color (decimal): -5457927 or 16365484. OLE color: 16365484.

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

Color convert

RGB 172 183 249 -
CMYK 0.31 0.27 0 0.02
HSL 231.43º 0.87% 0.83% -
HSV(B) 231.43º 0.31% 0.98% -
XYZ 51.05 49.48 96.48 -
YUV 187.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 172 183 249 0.31 0.27 0 0.02 231.43 0.87 0.83
Hex AC B7 F9 1F 1B 0 2 E7 57 53
Octal 254 267 371 37 33 0 2 347 127 123
Binary 10101100 10110111 11111001 11111 11011 0 10 11100111 1010111 1010011

Color Harmonies of #ACB7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7F9

Black with #ACB7F9

Text Example


Text Example

White with #ACB7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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