Html Css Color HEX #9CBBBA Conch

📋 copy color: '#9CBBBA'

red 156 ◦ green 187 ◦ blue 186

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

Shades of Conch #9CBBBA

Tints of Conch #9CBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 29.49%
G = 35.35%
B = 35.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#9CBBBA (or 0x9CBBBA) is known color: Conch. HEX triplet: 9C, BB and BA. RGB value is (156,187,186). Sum of RGB (Red+Green+Blue) = 156+187+186=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBBA is #634445. Grayscale: #B1B1B1. Windows color (decimal): -6505542 or 12237724. OLE color: 12237724.

HSL color Cylindrical-coordinate representation of color #9CBBBA: hue angle of 178.06º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBBBA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 186 -
CMYK 0.17 0 0.01 0.27
HSL 178.06º 0.19% 0.67% -
HSV(B) 178.06º 0.17% 0.73% -
XYZ 40.34 46.15 53.24 -
YUV 177.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 156 187 186 0.17 0 0.01 0.27 178.06 0.19 0.67
Hex 9C BB BA 11 0 1 1B B2 13 43
Octal 234 273 272 21 0 1 33 262 23 103
Binary 10011100 10111011 10111010 10001 0 1 11011 10110010 10011 1000011

Color Harmonies of #9CBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBBA

Black with #9CBBBA

Text Example


Text Example

White with #9CBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,186); }

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

background-color css

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

 a { background-color: rgb(156,187,186); }

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

border-color css

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

 span { border-color: rgb(156,187,186); }

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