Html Css Color HEX #ACB9F2 Perano

📋 copy color: '#ACB9F2'

red 172 ◦ green 185 ◦ blue 242

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

Shades of Perano #ACB9F2

Tints of Perano #ACB9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.88%

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

R = 28.71%
G = 30.88%
B = 40.4%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACB9F2 (or 0xACB9F2) is known color: Perano. HEX triplet: AC, B9 and F2. RGB value is (172,185,242). Sum of RGB (Red+Green+Blue) = 172+185+242=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACB9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9F2 is #53460D. Grayscale: #BBBBBB. Windows color (decimal): -5457422 or 15907244. OLE color: 15907244.

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

Color convert

RGB 172 185 242 -
CMYK 0.29 0.24 0 0.05
HSL 228.86º 0.73% 0.81% -
HSV(B) 228.86º 0.29% 0.95% -
XYZ 50.39 49.88 90.98 -
YUV 187.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 172 185 242 0.29 0.24 0 0.05 228.86 0.73 0.81
Hex AC B9 F2 1D 18 0 5 E5 49 51
Octal 254 271 362 35 30 0 5 345 111 121
Binary 10101100 10111001 11110010 11101 11000 0 101 11100101 1001001 1010001

Color Harmonies of #ACB9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9F2

Black with #ACB9F2

Text Example


Text Example

White with #ACB9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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