Html Css Color HEX #9BB0AD Conch

📋 copy color: '#9BB0AD'

red 155 ◦ green 176 ◦ blue 173

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

Shades of Conch #9BB0AD

Tints of Conch #9BB0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 30.75%
G = 34.92%
B = 34.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#9BB0AD (or 0x9BB0AD) is known color: Conch. HEX triplet: 9B, B0 and AD. RGB value is (155,176,173). Sum of RGB (Red+Green+Blue) = 155+176+173=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AD is #644F52. Grayscale: #A9A9A9. Windows color (decimal): -6573907 or 11382939. OLE color: 11382939.

HSL color Cylindrical-coordinate representation of color #9BB0AD: hue angle of 171.43º 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 #9BB0AD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 173 -
CMYK 0.12 0 0.02 0.31
HSL 171.43º 0.12% 0.65% -
HSV(B) 171.43º 0.12% 0.69% -
XYZ 36.59 41.04 45.53 -
YUV 169.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 155 176 173 0.12 0 0.02 0.31 171.43 0.12 0.65
Hex 9B B0 AD C 0 2 1F AB C 41
Octal 233 260 255 14 0 2 37 253 14 101
Binary 10011011 10110000 10101101 1100 0 10 11111 10101011 1100 1000001

Color Harmonies of #9BB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0AD

Black with #9BB0AD

Text Example


Text Example

White with #9BB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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