#98BAB9

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

Shades of Conch #98BAB9

Tints of Conch #98BAB9

Color information

#98BAB9 (or 0x98BAB9) is unknown color: approx Conch. HEX triplet: 98, BA and B9. RGB value is (152,186,185). Sum of RGB (Red+Green+Blue) = 152+186+185=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAB9 is #674546. Grayscale: #AFAFAF. Windows color (decimal): -6767943 or 12171928. OLE color: 12171928.

HSL color Cylindrical-coordinate representation of color #98BAB9: hue angle of 178.24º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAB9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB152186185-
CMYK0.1800.010.27
HSL178.24º19.77%66.27%-
HSV(B)178.24º18.28%72.94%-
XYZ39.2645.352.57-
YUV175.72133.24111.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=29.06%
G=35.56%
B=35.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861850.1800.010.27178.2419.7766.27
Hex98BAB912011Bb21442
Octal23027227122013326224102
Binary10011000101110101011100110010011101110110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BAB9; }

 p { color: rgb(152,186,185); }

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

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

 a { background-color: rgb(152,186,185); }

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

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

 span { border-color: rgb(152,186,185); }

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