Html Css Color HEX #ACC2FF Perano

📋 copy color: '#ACC2FF'

red 172 ◦ green 194 ◦ blue 255

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

Shades of Perano #ACC2FF

Tints of Perano #ACC2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 27.7%
G = 31.24%
B = 41.06%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACC2FF (or 0xACC2FF) is known color: Perano. HEX triplet: AC, C2 and FF. RGB value is (172,194,255). Sum of RGB (Red+Green+Blue) = 172+194+255=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FF is #533D00. Grayscale: #C2C2C2. Windows color (decimal): -5455105 or 16761516. OLE color: 16761516.

HSL color Cylindrical-coordinate representation of color #ACC2FF: hue angle of 224.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC2FF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 194 255 -
CMYK 0.33 0.24 0 0
HSL 224.1º 1% 0.84% -
HSV(B) 224.1º 0.33% 1% -
XYZ 54.36 54.57 102.28 -
YUV 194.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 172 194 255 0.33 0.24 0 0 224.1 1 0.84
Hex AC C2 FF 21 18 0 0 E0 64 54
Octal 254 302 377 41 30 0 0 340 144 124
Binary 10101100 11000010 11111111 100001 11000 0 0 11100000 1100100 1010100

Color Harmonies of #ACC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2FF

Black with #ACC2FF

Text Example


Text Example

White with #ACC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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