Html Css Color HEX #9BB0AB Conch

📋 copy color: '#9BB0AB'

red 155 ◦ green 176 ◦ blue 171

#9BB0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9BB0AB

Tints of Conch #9BB0AB

RGB

 RED value IS 155 (60.94% from 255) = 30.88%

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 30.88%
G = 35.06%
B = 34.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#9BB0AB (or 0x9BB0AB) is known color: Conch. HEX triplet: 9B, B0 and AB. RGB value is (155,176,171). Sum of RGB (Red+Green+Blue) = 155+176+171=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AB is #644F54. Grayscale: #A9A9A9. Windows color (decimal): -6573909 or 11251867. OLE color: 11251867.

HSL color Cylindrical-coordinate representation of color #9BB0AB: hue angle of 165.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0AB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 171 -
CMYK 0.12 0 0.03 0.31
HSL 165.71º 0.12% 0.65% -
HSV(B) 165.71º 0.12% 0.69% -
XYZ 36.39 40.96 44.52 -
YUV 169.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 155 176 171 0.12 0 0.03 0.31 165.71 0.12 0.65
Hex 9B B0 AB C 0 3 1F A6 C 41
Octal 233 260 253 14 0 3 37 246 14 101
Binary 10011011 10110000 10101011 1100 0 11 11111 10100110 1100 1000001

Color Harmonies of #9BB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0AB

Black with #9BB0AB

Text Example


Text Example

White with #9BB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB0AB; }

 p { color: rgb(155,176,171); }

 H1.HeaderClassName
 {
   color: #9BB0AB;
 }
 .AnyTagClassName
 {
   color: #9BB0AB;
 }
</style>

background-color css

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

 a { background-color: rgb(155,176,171); }

 div.DivClassName
 {
   background-color: #9BB0AB;
 }
 .BgClassName
 {
   background-color: #9BB0AB;
 }
</style>

border-color css

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

 span { border-color: rgb(155,176,171); }

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