Html Css Color HEX #ACB2F7 Perano

📋 copy color: '#ACB2F7'

red 172 ◦ green 178 ◦ blue 247

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

Shades of Perano #ACB2F7

Tints of Perano #ACB2F7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.82%

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 28.81%
G = 29.82%
B = 41.37%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACB2F7 (or 0xACB2F7) is known color: Perano. HEX triplet: AC, B2 and F7. RGB value is (172,178,247). Sum of RGB (Red+Green+Blue) = 172+178+247=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2F7 is #534D08. Grayscale: #B7B7B7. Windows color (decimal): -5459209 or 16233132. OLE color: 16233132.

HSL color Cylindrical-coordinate representation of color #ACB2F7: hue angle of 235.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB2F7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 178 247 -
CMYK 0.30 0.28 0 0.03
HSL 235.2º 0.82% 0.82% -
HSV(B) 235.2º 0.3% 0.97% -
XYZ 49.72 47.33 94.51 -
YUV 184.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 172 178 247 0.30 0.28 0 0.03 235.2 0.82 0.82
Hex AC B2 F7 1E 1C 0 3 EB 52 52
Octal 254 262 367 36 34 0 3 353 122 122
Binary 10101100 10110010 11110111 11110 11100 0 11 11101011 1010010 1010010

Color Harmonies of #ACB2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2F7

Black with #ACB2F7

Text Example


Text Example

White with #ACB2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2F7; }

 p { color: rgb(172,178,247); }

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

background-color css

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

 a { background-color: rgb(172,178,247); }

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

border-color css

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

 span { border-color: rgb(172,178,247); }

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