Html Css Color HEX #ACC2FC Perano

📋 copy color: '#ACC2FC'

red 172 ◦ green 194 ◦ blue 252

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

Shades of Perano #ACC2FC

Tints of Perano #ACC2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 27.83%
G = 31.39%
B = 40.78%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACC2FC (or 0xACC2FC) is known color: Perano. HEX triplet: AC, C2 and FC. RGB value is (172,194,252). Sum of RGB (Red+Green+Blue) = 172+194+252=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACC2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FC is #533D03. Grayscale: #C1C1C1. Windows color (decimal): -5455108 or 16564908. OLE color: 16564908.

HSL color Cylindrical-coordinate representation of color #ACC2FC: hue angle of 223.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC2FC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 194 252 -
CMYK 0.32 0.23 0 0.01
HSL 223.5º 0.93% 0.83% -
HSV(B) 223.5º 0.32% 0.99% -
XYZ 53.88 54.38 99.75 -
YUV 194.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 172 194 252 0.32 0.23 0 0.01 223.5 0.93 0.83
Hex AC C2 FC 20 17 0 1 E0 5D 53
Octal 254 302 374 40 27 0 1 340 135 123
Binary 10101100 11000010 11111100 100000 10111 0 1 11100000 1011101 1010011

Color Harmonies of #ACC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2FC

Black with #ACC2FC

Text Example


Text Example

White with #ACC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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