Html Css Color HEX #ACB6F3 Perano

📋 copy color: '#ACB6F3'

red 172 ◦ green 182 ◦ blue 243

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

Shades of Perano #ACB6F3

Tints of Perano #ACB6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.7%

R = 28.81%
G = 30.49%
B = 40.7%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACB6F3 (or 0xACB6F3) is known color: Perano. HEX triplet: AC, B6 and F3. RGB value is (172,182,243). Sum of RGB (Red+Green+Blue) = 172+182+243=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F3 is #53490C. Grayscale: #B9B9B9. Windows color (decimal): -5458189 or 15972012. OLE color: 15972012.

HSL color Cylindrical-coordinate representation of color #ACB6F3: hue angle of 231.55º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB6F3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 182 243 -
CMYK 0.29 0.25 0 0.05
HSL 231.55º 0.75% 0.81% -
HSV(B) 231.55º 0.29% 0.95% -
XYZ 49.92 48.7 91.56 -
YUV 185.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 172 182 243 0.29 0.25 0 0.05 231.55 0.75 0.81
Hex AC B6 F3 1D 19 0 5 E8 4B 51
Octal 254 266 363 35 31 0 5 350 113 121
Binary 10101100 10110110 11110011 11101 11001 0 101 11101000 1001011 1010001

Color Harmonies of #ACB6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6F3

Black with #ACB6F3

Text Example


Text Example

White with #ACB6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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