#B6C8BE

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

Shades of Nebula #B6C8BE

Tints of Nebula #B6C8BE

Color information

#B6C8BE (or 0xB6C8BE) is unknown color: approx Nebula. HEX triplet: B6, C8 and BE. RGB value is (182,200,190). Sum of RGB (Red+Green+Blue) = 182+200+190=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8BE is #493741. Grayscale: #C1C1C1. Windows color (decimal): -4798274 or 12503222. OLE color: 12503222.

HSL color Cylindrical-coordinate representation of color #B6C8BE: hue angle of 146.67º degrees, saturation: 0.14, 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 #B6C8BE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB182200190-
CMYK0.0900.050.22
HSL146.67º14.06%74.9%-
HSV(B)146.67º9%78.43%-
XYZ49.2454.9756.73-
YUV193.48126.04119.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=31.82%
G=34.97%
B=33.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001900.0900.050.22146.6714.0674.9
HexB6C8BE9051693e4b
Octal26631027611052622316113
Binary10110110110010001011111010010101101101001001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C8BE; }

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

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

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

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

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

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

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

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