#B6C1BA

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

Shades of Nebula #B6C1BA

Tints of Nebula #B6C1BA

Color information

#B6C1BA (or 0xB6C1BA) is unknown color: approx Nebula. HEX triplet: B6, C1 and BA. RGB value is (182,193,186). Sum of RGB (Red+Green+Blue) = 182+193+186=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C1BA is #493E45. Grayscale: #BCBCBC. Windows color (decimal): -4800070 or 12239286. OLE color: 12239286.

HSL color Cylindrical-coordinate representation of color #B6C1BA: hue angle of 141.82º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6C1BA is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB182193186-
CMYK0.0600.040.24
HSL141.82º8.15%73.53%-
HSV(B)141.82º5.7%75.69%-
XYZ47.2251.6353.93-
YUV188.91126.36123.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=32.44%
G=34.40%
B=33.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821931860.0600.040.24141.828.1573.53
HexB6C1BA604188e84a
Octal2663012726043021610112
Binary1011011011000001101110101100100110001000111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C1BA; }

 p { color: rgb(182,193,186); }

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

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

 a { background-color: rgb(182,193,186); }

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

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

 span { border-color: rgb(182,193,186); }

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