#9BB8BA

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

Shades of Casper #9BB8BA

Tints of Casper #9BB8BA

Color information

#9BB8BA (or 0x9BB8BA) is unknown color: approx Casper. HEX triplet: 9B, B8 and BA. RGB value is (155,184,186). Sum of RGB (Red+Green+Blue) = 155+184+186=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8BA is #644745. Grayscale: #AFAFAF. Windows color (decimal): -6571846 or 12236955. OLE color: 12236955.

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

Color convert

RGB155184186-
CMYK0.170.0100.27
HSL183.87º18.34%66.86%-
HSV(B)183.87º16.67%72.94%-
XYZ39.5244.7953.02-
YUV175.56133.89113.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=29.52%
G=35.05%
B=35.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551841860.170.0100.27183.8718.3466.86
Hex9BB8BA11101Bb81243
Octal23327027221103327022103
Binary10011011101110001011101010001101101110111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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