#A8CBB8

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

Shades of Nebula #A8CBB8

Tints of Nebula #A8CBB8

Color information

#A8CBB8 (or 0xA8CBB8) is unknown color: approx Nebula. HEX triplet: A8, CB and B8. RGB value is (168,203,184). Sum of RGB (Red+Green+Blue) = 168+203+184=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBB8 is #573447. Grayscale: #BEBEBE. Windows color (decimal): -5715016 or 12110760. OLE color: 12110760.

HSL color Cylindrical-coordinate representation of color #A8CBB8: hue angle of 147.43º 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 #A8CBB8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB168203184-
CMYK0.1700.090.20
HSL147.43º25.18%72.75%-
HSV(B)147.43º17.24%79.61%-
XYZ46.1654.553.43-
YUV190.37124.4112.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=30.27%
G=36.58%
B=33.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031840.1700.090.20147.4325.1872.75
HexA8CBB8110914931949
Octal250313270210112422331111
Binary10101000110010111011100010001010011010010010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBB8; }

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

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

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

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

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

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

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

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