#B9C6BE

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

Shades of Nebula #B9C6BE

Tints of Nebula #B9C6BE

Color information

#B9C6BE (or 0xB9C6BE) is unknown color: approx Nebula. HEX triplet: B9, C6 and BE. RGB value is (185,198,190). Sum of RGB (Red+Green+Blue) = 185+198+190=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6BE is #463941. Grayscale: #C1C1C1. Windows color (decimal): -4602178 or 12502713. OLE color: 12502713.

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

Color convert

RGB185198190-
CMYK0.0700.040.22
HSL143.08º10.24%75.1%-
HSV(B)143.08º6.57%77.65%-
XYZ49.554.4256.61-
YUV193.2126.19122.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=32.29%
G=34.55%
B=33.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981900.0700.040.22143.0810.2475.1
HexB9C6BE704168fa4b
Octal2713062767042621712113
Binary1011100111000110101111101110100101101000111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6BE; }

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

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

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

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

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

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

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

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