#99BBBB

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

Shades of Conch #99BBBB

Tints of Conch #99BBBB

Color information

#99BBBB (or 0x99BBBB) is unknown color: approx Conch. HEX triplet: 99, BB and BB. RGB value is (153,187,187). Sum of RGB (Red+Green+Blue) = 153+187+187=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #99BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBBB is #664444. Grayscale: #B0B0B0. Windows color (decimal): -6702149 or 12303257. OLE color: 12303257.

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

Color convert

RGB153187187-
CMYK0.18000.27
HSL180º20%66.67%-
HSV(B)180º18.18%73.33%-
XYZ39.8845.953.77-
YUV176.83133.74111-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=29.03%
G=35.48%
B=35.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871870.18000.271802066.67
Hex99BBBB12001Bb41443
Octal23127327322003326424103
Binary10011001101110111011101110010001101110110100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,187,187); }

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

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

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

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

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

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

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