Html Css Color HEX #ACC2F6 Perano

📋 copy color: '#ACC2F6'

red 172 ◦ green 194 ◦ blue 246

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

Shades of Perano #ACC2F6

Tints of Perano #ACC2F6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.7%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 28.1%
G = 31.7%
B = 40.2%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACC2F6 (or 0xACC2F6) is known color: Perano. HEX triplet: AC, C2 and F6. RGB value is (172,194,246). Sum of RGB (Red+Green+Blue) = 172+194+246=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACC2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2F6 is #533D09. Grayscale: #C1C1C1. Windows color (decimal): -5455114 or 16171692. OLE color: 16171692.

HSL color Cylindrical-coordinate representation of color #ACC2F6: hue angle of 222.16º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC2F6 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 194 246 -
CMYK 0.30 0.21 0 0.04
HSL 222.16º 0.8% 0.82% -
HSV(B) 222.16º 0.3% 0.96% -
XYZ 52.94 54.01 94.82 -
YUV 193.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 172 194 246 0.30 0.21 0 0.04 222.16 0.8 0.82
Hex AC C2 F6 1E 15 0 4 DE 50 52
Octal 254 302 366 36 25 0 4 336 120 122
Binary 10101100 11000010 11110110 11110 10101 0 100 11011110 1010000 1010010

Color Harmonies of #ACC2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2F6

Black with #ACC2F6

Text Example


Text Example

White with #ACC2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2F6; }

 p { color: rgb(172,194,246); }

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

background-color css

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

 a { background-color: rgb(172,194,246); }

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

border-color css

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

 span { border-color: rgb(172,194,246); }

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