#B7C0BA

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

Shades of Nebula #B7C0BA

Tints of Nebula #B7C0BA

Color information

#B7C0BA (or 0xB7C0BA) is unknown color: approx Nebula. HEX triplet: B7, C0 and BA. RGB value is (183,192,186). Sum of RGB (Red+Green+Blue) = 183+192+186=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0BA is #483F45. Grayscale: #BCBCBC. Windows color (decimal): -4734790 or 12239031. OLE color: 12239031.

HSL color Cylindrical-coordinate representation of color #B7C0BA: hue angle of 140º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7C0BA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB183192186-
CMYK0.0500.030.25
HSL140º6.67%73.53%-
HSV(B)140º4.69%75.29%-
XYZ47.2451.3153.87-
YUV188.62126.52123.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=32.62%
G=34.22%
B=33.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921860.0500.030.251406.6773.53
HexB7C0BA503198c74a
Octal267300272503312147112
Binary10110111110000001011101010101111001100011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0BA; }

 p { color: rgb(183,192,186); }

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

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

 a { background-color: rgb(183,192,186); }

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

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

 span { border-color: rgb(183,192,186); }

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