#9CBFB0

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

Shades of Skeptic #9CBFB0

Tints of Skeptic #9CBFB0

Color information

#9CBFB0 (or 0x9CBFB0) is unknown color: approx Skeptic. HEX triplet: 9C, BF and B0. RGB value is (156,191,176). Sum of RGB (Red+Green+Blue) = 156+191+176=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBFB0 is #63404F. Grayscale: #B2B2B2. Windows color (decimal): -6504528 or 11583388. OLE color: 11583388.

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

Color convert

RGB156191176-
CMYK0.1800.080.25
HSL154.29º21.47%68.04%-
HSV(B)154.29º18.32%74.9%-
XYZ40.1847.4648.12-
YUV178.82126.4111.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.83%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=29.83%
G=36.52%
B=33.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911760.1800.080.25154.2921.4768.04
Hex9CBFB01208199a1544
Octal234277260220103123225104
Binary10011100101111111011000010010010001100110011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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