Html Css Color HEX #ACB1F8 Perano

📋 copy color: '#ACB1F8'

red 172 ◦ green 177 ◦ blue 248

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

Shades of Perano #ACB1F8

Tints of Perano #ACB1F8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.65%

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

R = 28.81%
G = 29.65%
B = 41.54%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACB1F8 (or 0xACB1F8) is known color: Perano. HEX triplet: AC, B1 and F8. RGB value is (172,177,248). Sum of RGB (Red+Green+Blue) = 172+177+248=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACB1F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1F8 is #534E07. Grayscale: #B7B7B7. Windows color (decimal): -5459464 or 16298412. OLE color: 16298412.

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

Color convert

RGB 172 177 248 -
CMYK 0.31 0.29 0 0.03
HSL 236.05º 0.84% 0.82% -
HSV(B) 236.05º 0.31% 0.97% -
XYZ 49.68 46.99 95.26 -
YUV 183.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 172 177 248 0.31 0.29 0 0.03 236.05 0.84 0.82
Hex AC B1 F8 1F 1D 0 3 EC 54 52
Octal 254 261 370 37 35 0 3 354 124 122
Binary 10101100 10110001 11111000 11111 11101 0 11 11101100 1010100 1010010

Color Harmonies of #ACB1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1F8

Black with #ACB1F8

Text Example


Text Example

White with #ACB1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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