#B7C6BE

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

Shades of Nebula #B7C6BE

Tints of Nebula #B7C6BE

Color information

#B7C6BE (or 0xB7C6BE) is unknown color: approx Nebula. HEX triplet: B7, C6 and BE. RGB value is (183,198,190). Sum of RGB (Red+Green+Blue) = 183+198+190=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6BE is #483941. Grayscale: #C0C0C0. Windows color (decimal): -4733250 or 12502711. OLE color: 12502711.

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

Color convert

RGB183198190-
CMYK0.0800.040.22
HSL148º11.63%74.71%-
HSV(B)148º7.58%77.65%-
XYZ49.0254.1756.59-
YUV192.6126.53121.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=32.05%
G=34.68%
B=33.27%

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
Decimal1831981900.0800.040.2214811.6374.71
HexB7C6BE8041694c4b
Octal26730627610042622414113
Binary10110111110001101011111010000100101101001010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C6BE; }

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

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

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

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

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

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

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

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