#99B3B1

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

Shades of Conch #99B3B1

Tints of Conch #99B3B1

Color information

#99B3B1 (or 0x99B3B1) is unknown color: approx Conch. HEX triplet: 99, B3 and B1. RGB value is (153,179,177). Sum of RGB (Red+Green+Blue) = 153+179+177=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #99B3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B3B1 is #664C4E. Grayscale: #AAAAAA. Windows color (decimal): -6704207 or 11645849. OLE color: 11645849.

HSL color Cylindrical-coordinate representation of color #99B3B1: hue angle of 175.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B3B1 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB153179177-
CMYK0.1500.010.30
HSL175.38º14.61%65.1%-
HSV(B)175.38º14.53%70.2%-
XYZ37.1942.1947.78-
YUV171131.39115.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=30.06%
G=35.17%
B=34.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531791770.1500.010.30175.3814.6165.1
Hex99B3B1F011Eaff41
Octal23126326117013625717101
Binary100110011011001110110001111101111101010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B3B1; }

 p { color: rgb(153,179,177); }

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

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

 a { background-color: rgb(153,179,177); }

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

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

 span { border-color: rgb(153,179,177); }

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