Html Css Color HEX #ACB6FE Perano

📋 copy color: '#ACB6FE'

red 172 ◦ green 182 ◦ blue 254

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

Shades of Perano #ACB6FE

Tints of Perano #ACB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.93%

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 28.29%
G = 29.93%
B = 41.78%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACB6FE (or 0xACB6FE) is known color: Perano. HEX triplet: AC, B6 and FE. RGB value is (172,182,254). Sum of RGB (Red+Green+Blue) = 172+182+254=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6FE is #534901. Grayscale: #BABABA. Windows color (decimal): -5458178 or 16692908. OLE color: 16692908.

HSL color Cylindrical-coordinate representation of color #ACB6FE: hue angle of 232.68º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB6FE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 182 254 -
CMYK 0.32 0.28 0 0.00
HSL 232.68º 0.98% 0.84% -
HSV(B) 232.68º 0.32% 1% -
XYZ 51.63 49.38 100.58 -
YUV 187.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 172 182 254 0.32 0.28 0 0.00 232.68 0.98 0.84
Hex AC B6 FE 20 1C 0 0 E9 62 54
Octal 254 266 376 40 34 0 0 351 142 124
Binary 10101100 10110110 11111110 100000 11100 0 0 11101001 1100010 1010100

Color Harmonies of #ACB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6FE

Black with #ACB6FE

Text Example


Text Example

White with #ACB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6FE; }

 p { color: rgb(172,182,254); }

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

background-color css

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

 a { background-color: rgb(172,182,254); }

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

border-color css

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

 span { border-color: rgb(172,182,254); }

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