#A8C8BB

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

Shades of Opal #A8C8BB

Tints of Opal #A8C8BB

Color information

#A8C8BB (or 0xA8C8BB) is unknown color: approx Opal. HEX triplet: A8, C8 and BB. RGB value is (168,200,187). Sum of RGB (Red+Green+Blue) = 168+200+187=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8BB is #573744. Grayscale: #BCBCBC. Windows color (decimal): -5715781 or 12306600. OLE color: 12306600.

HSL color Cylindrical-coordinate representation of color #A8C8BB: hue angle of 155.62º 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 #A8C8BB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB168200187-
CMYK0.1600.060.22
HSL155.62º22.54%72.16%-
HSV(B)155.62º16%78.43%-
XYZ45.7753.2254.87-
YUV188.95126.9113.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=30.27%
G=36.04%
B=33.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001870.1600.060.22155.6222.5472.16
HexA8C8BB1006169c1748
Octal25031027320062623427110
Binary1010100011001000101110111000001101011010011100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8BB; }

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

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

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

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

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

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

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

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