Html Css Color HEX #ACCFC7 Scandal

📋 copy color: '#ACCFC7'

red 172 ◦ green 207 ◦ blue 199

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

Shades of Scandal #ACCFC7

Tints of Scandal #ACCFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.81%

 BLUE value IS 199 (78.13% from 255) = 34.43%

R = 29.76%
G = 35.81%
B = 34.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#ACCFC7 (or 0xACCFC7) is known color: Scandal. HEX triplet: AC, CF and C7. RGB value is (172,207,199). Sum of RGB (Red+Green+Blue) = 172+207+199=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC7 is #533038. Grayscale: #C3C3C3. Windows color (decimal): -5451833 or 13094828. OLE color: 13094828.

HSL color Cylindrical-coordinate representation of color #ACCFC7: hue angle of 166.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC7 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 199 -
CMYK 0.17 0 0.04 0.19
HSL 166.29º 0.27% 0.74% -
HSV(B) 166.29º 0.17% 0.81% -
XYZ 49.63 57.52 62.52 -
YUV 195.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 172 207 199 0.17 0 0.04 0.19 166.29 0.27 0.74
Hex AC CF C7 11 0 4 13 A6 1B 4A
Octal 254 317 307 21 0 4 23 246 33 112
Binary 10101100 11001111 11000111 10001 0 100 10011 10100110 11011 1001010

Color Harmonies of #ACCFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFC7

Black with #ACCFC7

Text Example


Text Example

White with #ACCFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFC7; }

 p { color: rgb(172,207,199); }

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

background-color css

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

 a { background-color: rgb(172,207,199); }

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

border-color css

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

 span { border-color: rgb(172,207,199); }

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