Html Css Color HEX #9CB6B3 Conch

📋 copy color: '#9CB6B3'

red 156 ◦ green 182 ◦ blue 179

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

Shades of Conch #9CB6B3

Tints of Conch #9CB6B3

RGB

 RED value IS 156 (61.33% from 255) = 30.17%

 GREEN value IS 182 (71.48% from 255) = 35.2%

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 30.17%
G = 35.2%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#9CB6B3 (or 0x9CB6B3) is known color: Conch. HEX triplet: 9C, B6 and B3. RGB value is (156,182,179). Sum of RGB (Red+Green+Blue) = 156+182+179=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6B3 is #63494C. Grayscale: #ADADAD. Windows color (decimal): -6506829 or 11777692. OLE color: 11777692.

HSL color Cylindrical-coordinate representation of color #9CB6B3: hue angle of 173.08º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CB6B3 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 182 179 -
CMYK 0.14 0 0.02 0.29
HSL 173.08º 0.15% 0.66% -
HSV(B) 173.08º 0.14% 0.71% -
XYZ 38.57 43.78 49.06 -
YUV 173.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 156 182 179 0.14 0 0.02 0.29 173.08 0.15 0.66
Hex 9C B6 B3 E 0 2 1D AD F 42
Octal 234 266 263 16 0 2 35 255 17 102
Binary 10011100 10110110 10110011 1110 0 10 11101 10101101 1111 1000010

Color Harmonies of #9CB6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB6B3

Black with #9CB6B3

Text Example


Text Example

White with #9CB6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,182,179); }

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

background-color css

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

 a { background-color: rgb(156,182,179); }

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

border-color css

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

 span { border-color: rgb(156,182,179); }

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