#A7CCBA

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

Shades of Nebula #A7CCBA

Tints of Nebula #A7CCBA

Color information

#A7CCBA (or 0xA7CCBA) is unknown color: approx Nebula. HEX triplet: A7, CC and BA. RGB value is (167,204,186). Sum of RGB (Red+Green+Blue) = 167+204+186=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCBA is #583345. Grayscale: #BEBEBE. Windows color (decimal): -5780294 or 12242087. OLE color: 12242087.

HSL color Cylindrical-coordinate representation of color #A7CCBA: hue angle of 150.81º degrees, saturation: 0.27, 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 #A7CCBA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB167204186-
CMYK0.1800.090.2
HSL150.81º26.62%72.75%-
HSV(B)150.81º18.14%80%-
XYZ46.3954.9554.61-
YUV190.88125.24110.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.98%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=29.98%
G=36.62%
B=33.39%

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
Decimal1672041860.1800.090.2150.8126.6272.75
HexA7CCBA120914971b49
Octal247314272220112422733111
Binary10100111110011001011101010010010011010010010111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCBA; }

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

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

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

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

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

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

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

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