#99B4B1

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

Shades of Conch #99B4B1

Tints of Conch #99B4B1

Color information

#99B4B1 (or 0x99B4B1) is unknown color: approx Conch. HEX triplet: 99, B4 and B1. RGB value is (153,180,177). Sum of RGB (Red+Green+Blue) = 153+180+177=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B4B1 is #664B4E. Grayscale: #ABABAB. Windows color (decimal): -6703951 or 11646105. OLE color: 11646105.

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

Color convert

RGB153180177-
CMYK0.1500.020.29
HSL173.33º15.25%65.29%-
HSV(B)173.33º15%70.59%-
XYZ37.3942.5947.84-
YUV171.58131.05114.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=30%
G=35.29%
B=34.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801770.1500.020.29173.3315.2565.29
Hex99B4B1F021Dadf41
Octal23126426117023525517101
Binary1001100110110100101100011111010111011010110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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