#9BBDBF

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

Shades of Casper #9BBDBF

Tints of Casper #9BBDBF

Color information

#9BBDBF (or 0x9BBDBF) is unknown color: approx Casper. HEX triplet: 9B, BD and BF. RGB value is (155,189,191). Sum of RGB (Red+Green+Blue) = 155+189+191=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDBF is #644240. Grayscale: #B3B3B3. Windows color (decimal): -6570561 or 12565915. OLE color: 12565915.

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

Color convert

RGB155189191-
CMYK0.190.0100.25
HSL183.33º21.95%67.84%-
HSV(B)183.33º18.85%74.9%-
XYZ41.1247.1356.22-
YUV179.06134.74110.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 191 (75% from 255) = 35.70%
R=28.97%
G=35.33%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551891910.190.0100.25183.3321.9567.84
Hex9BBDBF131019b71644
Octal23327527723103126726104
Binary10011011101111011011111110011101100110110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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