#9CBDB0

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

Shades of Skeptic #9CBDB0

Tints of Skeptic #9CBDB0

Color information

#9CBDB0 (or 0x9CBDB0) is unknown color: approx Skeptic. HEX triplet: 9C, BD and B0. RGB value is (156,189,176). Sum of RGB (Red+Green+Blue) = 156+189+176=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBDB0 is #63424F. Grayscale: #B1B1B1. Windows color (decimal): -6505040 or 11582876. OLE color: 11582876.

HSL color Cylindrical-coordinate representation of color #9CBDB0: hue angle of 156.36º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB156189176-
CMYK0.1700.070.26
HSL156.36º20%67.65%-
HSV(B)156.36º17.46%74.12%-
XYZ39.7446.647.97-
YUV177.65127.07112.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=29.94%
G=36.28%
B=33.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891760.1700.070.26156.362067.65
Hex9CBDB011071A9c1444
Octal23427526021073223424104
Binary1001110010111101101100001000101111101010011100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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