#AFCABB

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

Shades of Nebula #AFCABB

Tints of Nebula #AFCABB

Color information

#AFCABB (or 0xAFCABB) is unknown color: approx Nebula. HEX triplet: AF, CA and BB. RGB value is (175,202,187). Sum of RGB (Red+Green+Blue) = 175+202+187=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCABB is #503544. Grayscale: #C0C0C0. Windows color (decimal): -5256517 or 12307119. OLE color: 12307119.

HSL color Cylindrical-coordinate representation of color #AFCABB: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCABB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB175202187-
CMYK0.1300.070.21
HSL146.67º20.3%73.92%-
HSV(B)146.67º13.37%79.22%-
XYZ47.7754.9455.1-
YUV192.22125.05115.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=31.03%
G=35.82%
B=33.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021870.1300.070.21146.6720.373.92
HexAFCABBD071593144a
Octal25731227315072522324112
Binary101011111100101010111011110101111010110010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCABB; }

 p { color: rgb(175,202,187); }

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

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

 a { background-color: rgb(175,202,187); }

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

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

 span { border-color: rgb(175,202,187); }

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