#A8C8BE

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

Shades of Opal #A8C8BE

Tints of Opal #A8C8BE

Color information

#A8C8BE (or 0xA8C8BE) is unknown color: approx Opal. HEX triplet: A8, C8 and BE. RGB value is (168,200,190). Sum of RGB (Red+Green+Blue) = 168+200+190=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8BE is #573741. Grayscale: #BDBDBD. Windows color (decimal): -5715778 or 12503208. OLE color: 12503208.

HSL color Cylindrical-coordinate representation of color #A8C8BE: hue angle of 161.25º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C8BE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB168200190-
CMYK0.1600.050.22
HSL161.25º22.54%72.16%-
HSV(B)161.25º16%78.43%-
XYZ46.153.3556.58-
YUV189.29128.4112.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=30.11%
G=35.84%
B=34.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001900.1600.050.22161.2522.5472.16
HexA8C8BE100516a11748
Octal25031027620052624127110
Binary1010100011001000101111101000001011011010100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8BE; }

 p { color: rgb(168,200,190); }

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

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

 a { background-color: rgb(168,200,190); }

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

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

 span { border-color: rgb(168,200,190); }

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