Html Css Color HEX #ACB6F2 Perano

📋 copy color: '#ACB6F2'

red 172 ◦ green 182 ◦ blue 242

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

Shades of Perano #ACB6F2

Tints of Perano #ACB6F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 28.86%
G = 30.54%
B = 40.6%

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

#ACB6F2 (or 0xACB6F2) is known color: Perano. HEX triplet: AC, B6 and F2. RGB value is (172,182,242). Sum of RGB (Red+Green+Blue) = 172+182+242=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACB6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F2 is #53490D. Grayscale: #B9B9B9. Windows color (decimal): -5458190 or 15906476. OLE color: 15906476.

HSL color Cylindrical-coordinate representation of color #ACB6F2: hue angle of 231.43º degrees, saturation: 0.73, 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 #ACB6F2 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 182 242 -
CMYK 0.29 0.25 0 0.05
HSL 231.43º 0.73% 0.81% -
HSV(B) 231.43º 0.29% 0.95% -
XYZ 49.77 48.64 90.77 -
YUV 185.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 172 182 242 0.29 0.25 0 0.05 231.43 0.73 0.81
Hex AC B6 F2 1D 19 0 5 E7 49 51
Octal 254 266 362 35 31 0 5 347 111 121
Binary 10101100 10110110 11110010 11101 11001 0 101 11100111 1001001 1010001

Color Harmonies of #ACB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6F2

Black with #ACB6F2

Text Example


Text Example

White with #ACB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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