#B1D6BE

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

Shades of Nebula #B1D6BE

Tints of Nebula #B1D6BE

Color information

#B1D6BE (or 0xB1D6BE) is unknown color: approx Nebula. HEX triplet: B1, D6 and BE. RGB value is (177,214,190). Sum of RGB (Red+Green+Blue) = 177+214+190=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6BE is #4E2941. Grayscale: #C8C8C8. Windows color (decimal): -5122370 or 12506801. OLE color: 12506801.

HSL color Cylindrical-coordinate representation of color #B1D6BE: hue angle of 141.08º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D6BE is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB177214190-
CMYK0.1700.110.16
HSL141.08º31.09%76.67%-
HSV(B)141.08º17.29%83.92%-
XYZ51.4761.1657.81-
YUV200.2122.24111.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=30.46%
G=36.83%
B=32.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141900.1700.110.16141.0831.0976.67
HexB1D6BE110B108d1f4d
Octal261326276210132021537115
Binary10110001110101101011111010001010111000010001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D6BE; }

 p { color: rgb(177,214,190); }

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

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

 a { background-color: rgb(177,214,190); }

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

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

 span { border-color: rgb(177,214,190); }

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