#B1C3B9

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

Shades of Nebula #B1C3B9

Tints of Nebula #B1C3B9

Color information

#B1C3B9 (or 0xB1C3B9) is unknown color: approx Nebula. HEX triplet: B1, C3 and B9. RGB value is (177,195,185). Sum of RGB (Red+Green+Blue) = 177+195+185=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3B9 is #4E3C46. Grayscale: #BCBCBC. Windows color (decimal): -5127239 or 12174257. OLE color: 12174257.

HSL color Cylindrical-coordinate representation of color #B1C3B9: hue angle of 146.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3B9 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB177195185-
CMYK0.0900.050.24
HSL146.67º13.04%72.94%-
HSV(B)146.67º9.23%76.47%-
XYZ46.451.8853.47-
YUV188.48126.04119.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=31.78%
G=35.01%
B=33.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951850.0900.050.24146.6713.0472.94
HexB1C3B99051893d49
Octal26130327111053022315111
Binary10110001110000111011100110010101110001001001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3B9; }

 p { color: rgb(177,195,185); }

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

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

 a { background-color: rgb(177,195,185); }

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

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

 span { border-color: rgb(177,195,185); }

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