Html Css Color HEX #ACB5FC Perano

📋 copy color: '#ACB5FC'

red 172 ◦ green 181 ◦ blue 252

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

Shades of Perano #ACB5FC

Tints of Perano #ACB5FC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.92%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 28.43%
G = 29.92%
B = 41.65%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACB5FC (or 0xACB5FC) is known color: Perano. HEX triplet: AC, B5 and FC. RGB value is (172,181,252). Sum of RGB (Red+Green+Blue) = 172+181+252=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5FC is #534A03. Grayscale: #BABABA. Windows color (decimal): -5458436 or 16561580. OLE color: 16561580.

HSL color Cylindrical-coordinate representation of color #ACB5FC: hue angle of 233.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB5FC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 181 252 -
CMYK 0.32 0.28 0 0.01
HSL 233.25º 0.93% 0.83% -
HSV(B) 233.25º 0.32% 0.99% -
XYZ 51.11 48.85 98.83 -
YUV 186.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 172 181 252 0.32 0.28 0 0.01 233.25 0.93 0.83
Hex AC B5 FC 20 1C 0 1 E9 5D 53
Octal 254 265 374 40 34 0 1 351 135 123
Binary 10101100 10110101 11111100 100000 11100 0 1 11101001 1011101 1010011

Color Harmonies of #ACB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5FC

Black with #ACB5FC

Text Example


Text Example

White with #ACB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5FC; }

 p { color: rgb(172,181,252); }

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

background-color css

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

 a { background-color: rgb(172,181,252); }

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

border-color css

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

 span { border-color: rgb(172,181,252); }

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