Html Css Color HEX #9BB7B1 Conch

📋 copy color: '#9BB7B1'

red 155 ◦ green 183 ◦ blue 177

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

Shades of Conch #9BB7B1

Tints of Conch #9BB7B1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.53%

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 30.1%
G = 35.53%
B = 34.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#9BB7B1 (or 0x9BB7B1) is known color: Conch. HEX triplet: 9B, B7 and B1. RGB value is (155,183,177). Sum of RGB (Red+Green+Blue) = 155+183+177=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB7B1 is #64484E. Grayscale: #ADADAD. Windows color (decimal): -6572111 or 11646875. OLE color: 11646875.

HSL color Cylindrical-coordinate representation of color #9BB7B1: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB7B1 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 183 177 -
CMYK 0.15 0 0.03 0.28
HSL 167.14º 0.16% 0.66% -
HSV(B) 167.14º 0.15% 0.72% -
XYZ 38.39 44.01 48.07 -
YUV 173.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 155 183 177 0.15 0 0.03 0.28 167.14 0.16 0.66
Hex 9B B7 B1 F 0 3 1C A7 10 42
Octal 233 267 261 17 0 3 34 247 20 102
Binary 10011011 10110111 10110001 1111 0 11 11100 10100111 10000 1000010

Color Harmonies of #9BB7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7B1

Black with #9BB7B1

Text Example


Text Example

White with #9BB7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,183,177); }

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

background-color css

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

 a { background-color: rgb(155,183,177); }

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

border-color css

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

 span { border-color: rgb(155,183,177); }

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