Html Css Color HEX #9BB8B5 Conch

📋 copy color: '#9BB8B5'

red 155 ◦ green 184 ◦ blue 181

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

Shades of Conch #9BB8B5

Tints of Conch #9BB8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.38%

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 29.81%
G = 35.38%
B = 34.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#9BB8B5 (or 0x9BB8B5) is known color: Conch. HEX triplet: 9B, B8 and B5. RGB value is (155,184,181). Sum of RGB (Red+Green+Blue) = 155+184+181=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8B5 is #64474A. Grayscale: #AEAEAE. Windows color (decimal): -6571851 or 11909275. OLE color: 11909275.

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

Color convert

RGB 155 184 181 -
CMYK 0.16 0 0.02 0.28
HSL 173.79º 0.17% 0.66% -
HSV(B) 173.79º 0.16% 0.72% -
XYZ 39 44.59 50.27 -
YUV 174.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 155 184 181 0.16 0 0.02 0.28 173.79 0.17 0.66
Hex 9B B8 B5 10 0 2 1C AE 11 42
Octal 233 270 265 20 0 2 34 256 21 102
Binary 10011011 10111000 10110101 10000 0 10 11100 10101110 10001 1000010

Color Harmonies of #9BB8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8B5

Black with #9BB8B5

Text Example


Text Example

White with #9BB8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,181); }

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

background-color css

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

 a { background-color: rgb(155,184,181); }

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

border-color css

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

 span { border-color: rgb(155,184,181); }

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