#A8CBBA

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

Shades of Nebula #A8CBBA

Tints of Nebula #A8CBBA

Color information

#A8CBBA (or 0xA8CBBA) is unknown color: approx Nebula. HEX triplet: A8, CB and BA. RGB value is (168,203,186). Sum of RGB (Red+Green+Blue) = 168+203+186=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBBA is #573445. Grayscale: #BEBEBE. Windows color (decimal): -5715014 or 12241832. OLE color: 12241832.

HSL color Cylindrical-coordinate representation of color #A8CBBA: hue angle of 150.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBBA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB168203186-
CMYK0.1700.080.20
HSL150.86º25.18%72.75%-
HSV(B)150.86º17.24%79.61%-
XYZ46.3754.5854.55-
YUV190.6125.4111.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=30.16%
G=36.45%
B=33.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031860.1700.080.20150.8625.1872.75
HexA8CBBA110814971949
Octal250313272210102422731111
Binary10101000110010111011101010001010001010010010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBBA; }

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

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

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

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

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

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

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

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