#A8CCBA

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

Shades of Nebula #A8CCBA

Tints of Nebula #A8CCBA

Color information

#A8CCBA (or 0xA8CCBA) is unknown color: approx Nebula. HEX triplet: A8, CC and BA. RGB value is (168,204,186). Sum of RGB (Red+Green+Blue) = 168+204+186=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCBA is #573345. Grayscale: #BFBFBF. Windows color (decimal): -5714758 or 12242088. OLE color: 12242088.

HSL color Cylindrical-coordinate representation of color #A8CCBA: hue angle of 150º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCBA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB168204186-
CMYK0.1800.090.2
HSL150º26.09%72.94%-
HSV(B)150º17.65%80%-
XYZ46.655.0654.62-
YUV191.18125.07111.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=30.11%
G=36.56%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041860.1800.090.215026.0972.94
HexA8CCBA120914961a49
Octal250314272220112422632111
Binary10101000110011001011101010010010011010010010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCBA; }

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

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

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

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

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

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

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

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