Html Css Color HEX #9CB6B2 Conch

📋 copy color: '#9CB6B2'

red 156 ◦ green 182 ◦ blue 178

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

Shades of Conch #9CB6B2

Tints of Conch #9CB6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 30.23%
G = 35.27%
B = 34.5%

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

#9CB6B2 (or 0x9CB6B2) is known color: Conch. HEX triplet: 9C, B6 and B2. RGB value is (156,182,178). Sum of RGB (Red+Green+Blue) = 156+182+178=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB6B2 is #63494D. Grayscale: #ADADAD. Windows color (decimal): -6506830 or 11712156. OLE color: 11712156.

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

Color convert

RGB 156 182 178 -
CMYK 0.14 0 0.02 0.29
HSL 170.77º 0.15% 0.66% -
HSV(B) 170.77º 0.14% 0.71% -
XYZ 38.47 43.74 48.53 -
YUV 173.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 156 182 178 0.14 0 0.02 0.29 170.77 0.15 0.66
Hex 9C B6 B2 E 0 2 1D AB F 42
Octal 234 266 262 16 0 2 35 253 17 102
Binary 10011100 10110110 10110010 1110 0 10 11101 10101011 1111 1000010

Color Harmonies of #9CB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB6B2

Black with #9CB6B2

Text Example


Text Example

White with #9CB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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