#B1C9BB

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

Shades of Nebula #B1C9BB

Tints of Nebula #B1C9BB

Color information

#B1C9BB (or 0xB1C9BB) is unknown color: approx Nebula. HEX triplet: B1, C9 and BB. RGB value is (177,201,187). Sum of RGB (Red+Green+Blue) = 177+201+187=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9BB is #4E3644. Grayscale: #C0C0C0. Windows color (decimal): -5125701 or 12306865. OLE color: 12306865.

HSL color Cylindrical-coordinate representation of color #B1C9BB: hue angle of 145º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C9BB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB177201187-
CMYK0.1200.070.21
HSL145º18.18%74.12%-
HSV(B)145º11.94%78.82%-
XYZ47.9954.7155.04-
YUV192.23125.05117.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=31.33%
G=35.58%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772011870.1200.070.2114518.1874.12
HexB1C9BBC071591124a
Octal26131127314072522122112
Binary101100011100100110111011110001111010110010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C9BB; }

 p { color: rgb(177,201,187); }

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

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

 a { background-color: rgb(177,201,187); }

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

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

 span { border-color: rgb(177,201,187); }

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