#9BBFB0

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

Shades of Skeptic #9BBFB0

Tints of Skeptic #9BBFB0

Color information

#9BBFB0 (or 0x9BBFB0) is unknown color: approx Skeptic. HEX triplet: 9B, BF and B0. RGB value is (155,191,176). Sum of RGB (Red+Green+Blue) = 155+191+176=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFB0 is #64404F. Grayscale: #B2B2B2. Windows color (decimal): -6570064 or 11583387. OLE color: 11583387.

HSL color Cylindrical-coordinate representation of color #9BBFB0: hue angle of 155º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFB0 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB155191176-
CMYK0.1900.080.25
HSL155º21.95%67.84%-
HSV(B)155º18.85%74.9%-
XYZ39.9847.3648.11-
YUV178.53126.57111.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=29.69%
G=36.59%
B=33.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911760.1900.080.2515521.9567.84
Hex9BBFB01308199b1644
Octal233277260230103123326104
Binary10011011101111111011000010011010001100110011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,176); }

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

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

 a { background-color: rgb(155,191,176); }

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

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

 span { border-color: rgb(155,191,176); }

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