#AFCCBC

Color #AFCCBC Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #AFCCBC

Tints of Nebula #AFCCBC

Color information

#AFCCBC (or 0xAFCCBC) is unknown color: approx Nebula. HEX triplet: AF, CC and BC. RGB value is (175,204,188). Sum of RGB (Red+Green+Blue) = 175+204+188=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCBC is #503343. Grayscale: #C1C1C1. Windows color (decimal): -5256004 or 12373167. OLE color: 12373167.

HSL color Cylindrical-coordinate representation of color #AFCCBC: hue angle of 146.9º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCBC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB175204188-
CMYK0.1400.080.2
HSL146.9º22.14%74.31%-
HSV(B)146.9º14.22%80%-
XYZ48.3555.9355.82-
YUV193.5124.89114.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=30.86%
G=35.98%
B=33.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041880.1400.080.2146.922.1474.31
HexAFCCBCE081493164a
Octal257314274160102422326112
Binary1010111111001100101111001110010001010010010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCBC; }

 p { color: rgb(175,204,188); }

 H1.HeaderClassName
 {
   color: #AFCCBC;
 }
 .AnyTagClassName
 {
   color: #AFCCBC;
 }
</style>
background-color css

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

 a { background-color: rgb(175,204,188); }

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

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

 span { border-color: rgb(175,204,188); }

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