#B7C8BE

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

Shades of Nebula #B7C8BE

Tints of Nebula #B7C8BE

Color information

#B7C8BE (or 0xB7C8BE) is unknown color: approx Nebula. HEX triplet: B7, C8 and BE. RGB value is (183,200,190). Sum of RGB (Red+Green+Blue) = 183+200+190=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8BE is #483741. Grayscale: #C1C1C1. Windows color (decimal): -4732738 or 12503223. OLE color: 12503223.

HSL color Cylindrical-coordinate representation of color #B7C8BE: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C8BE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB183200190-
CMYK0.0800.050.22
HSL144.71º13.39%75.1%-
HSV(B)144.71º8.5%78.43%-
XYZ49.4855.0956.74-
YUV193.78125.87120.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=31.94%
G=34.90%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1832001900.0800.050.22144.7113.3975.1
HexB7C8BE8051691d4b
Octal26731027610052622115113
Binary10110111110010001011111010000101101101001000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C8BE; }

 p { color: rgb(183,200,190); }

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

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

 a { background-color: rgb(183,200,190); }

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

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

 span { border-color: rgb(183,200,190); }

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