Html Css Color HEX #ACB7F8 Perano

📋 copy color: '#ACB7F8'

red 172 ◦ green 183 ◦ blue 248

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

Shades of Perano #ACB7F8

Tints of Perano #ACB7F8

RGB

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

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

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

R = 28.52%
G = 30.35%
B = 41.13%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACB7F8 (or 0xACB7F8) is known color: Perano. HEX triplet: AC, B7 and F8. RGB value is (172,183,248). Sum of RGB (Red+Green+Blue) = 172+183+248=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACB7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F8 is #534807. Grayscale: #BABABA. Windows color (decimal): -5457928 or 16299948. OLE color: 16299948.

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

Color convert

RGB 172 183 248 -
CMYK 0.31 0.26 0 0.03
HSL 231.32º 0.84% 0.82% -
HSV(B) 231.32º 0.31% 0.97% -
XYZ 50.89 49.41 95.66 -
YUV 187.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 172 183 248 0.31 0.26 0 0.03 231.32 0.84 0.82
Hex AC B7 F8 1F 1A 0 3 E7 54 52
Octal 254 267 370 37 32 0 3 347 124 122
Binary 10101100 10110111 11111000 11111 11010 0 11 11100111 1010100 1010010

Color Harmonies of #ACB7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7F8

Black with #ACB7F8

Text Example


Text Example

White with #ACB7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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