#9BBBBA

Color #9BBBBA Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9BBBBA

Tints of Conch #9BBBBA

Color information

#9BBBBA (or 0x9BBBBA) is unknown color: approx Conch. HEX triplet: 9B, BB and BA. RGB value is (155,187,186). Sum of RGB (Red+Green+Blue) = 155+187+186=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBBA is #644445. Grayscale: #B1B1B1. Windows color (decimal): -6571078 or 12237723. OLE color: 12237723.

HSL color Cylindrical-coordinate representation of color #9BBBBA: hue angle of 178.12º 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 #9BBBBA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB155187186-
CMYK0.1700.010.27
HSL178.12º19.05%67.06%-
HSV(B)178.12º17.11%73.33%-
XYZ40.1546.0553.23-
YUV177.32132.9112.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=29.36%
G=35.42%
B=35.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871860.1700.010.27178.1219.0567.06
Hex9BBBBA11011Bb21343
Octal23327327221013326223103
Binary10011011101110111011101010001011101110110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BBBBA;
 }
 .AnyTagClassName
 {
   color: #9BBBBA;
 }
</style>
background-color css

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

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

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

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

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

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