Html Css Color HEX #ACC2FD Perano

📋 copy color: '#ACC2FD'

red 172 ◦ green 194 ◦ blue 253

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

Shades of Perano #ACC2FD

Tints of Perano #ACC2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 27.79%
G = 31.34%
B = 40.87%

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

#ACC2FD (or 0xACC2FD) is known color: Perano. HEX triplet: AC, C2 and FD. RGB value is (172,194,253). Sum of RGB (Red+Green+Blue) = 172+194+253=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FD is #533D02. Grayscale: #C1C1C1. Windows color (decimal): -5455107 or 16630444. OLE color: 16630444.

HSL color Cylindrical-coordinate representation of color #ACC2FD: hue angle of 223.7º degrees, saturation: 0.95, 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 #ACC2FD is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 194 253 -
CMYK 0.32 0.23 0 0.01
HSL 223.7º 0.95% 0.83% -
HSV(B) 223.7º 0.32% 0.99% -
XYZ 54.03 54.45 100.59 -
YUV 194.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 172 194 253 0.32 0.23 0 0.01 223.7 0.95 0.83
Hex AC C2 FD 20 17 0 1 E0 5F 53
Octal 254 302 375 40 27 0 1 340 137 123
Binary 10101100 11000010 11111101 100000 10111 0 1 11100000 1011111 1010011

Color Harmonies of #ACC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2FD

Black with #ACC2FD

Text Example


Text Example

White with #ACC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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