#AFCBBA

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

Shades of Nebula #AFCBBA

Tints of Nebula #AFCBBA

Color information

#AFCBBA (or 0xAFCBBA) is unknown color: approx Nebula. HEX triplet: AF, CB and BA. RGB value is (175,203,186). Sum of RGB (Red+Green+Blue) = 175+203+186=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBBA is #503445. Grayscale: #C0C0C0. Windows color (decimal): -5256262 or 12241839. OLE color: 12241839.

HSL color Cylindrical-coordinate representation of color #AFCBBA: hue angle of 143.57º degrees, saturation: 0.21, 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 #AFCBBA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB175203186-
CMYK0.1400.080.20
HSL143.57º21.21%74.12%-
HSV(B)143.57º13.79%79.61%-
XYZ47.955.3754.62-
YUV192.69124.22115.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=31.03%
G=35.99%
B=32.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031860.1400.080.20143.5721.2174.12
HexAFCBBAE081490154a
Octal257313272160102422025112
Binary1010111111001011101110101110010001010010010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBBA; }

 p { color: rgb(175,203,186); }

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

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

 a { background-color: rgb(175,203,186); }

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

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

 span { border-color: rgb(175,203,186); }

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