#B7C8BF

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

Shades of Nebula #B7C8BF

Tints of Nebula #B7C8BF

Color information

#B7C8BF (or 0xB7C8BF) is unknown color: approx Nebula. HEX triplet: B7, C8 and BF. RGB value is (183,200,191). Sum of RGB (Red+Green+Blue) = 183+200+191=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8BF is #483740. Grayscale: #C1C1C1. Windows color (decimal): -4732737 or 12568759. OLE color: 12568759.

HSL color Cylindrical-coordinate representation of color #B7C8BF: hue angle of 148.24º 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 #B7C8BF is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB183200191-
CMYK0.0800.040.22
HSL148.24º13.39%75.1%-
HSV(B)148.24º8.5%78.43%-
XYZ49.5955.1457.32-
YUV193.89126.37120.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 191 (75% from 255) = 33.28%
R=31.88%
G=34.84%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1832001910.0800.040.22148.2413.3975.1
HexB7C8BF8041694d4b
Octal26731027710042622415113
Binary10110111110010001011111110000100101101001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C8BF; }

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

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

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

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

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

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

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

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