#B0D7BF

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

Shades of Nebula #B0D7BF

Tints of Nebula #B0D7BF

Color information

#B0D7BF (or 0xB0D7BF) is unknown color: approx Nebula. HEX triplet: B0, D7 and BF. RGB value is (176,215,191). Sum of RGB (Red+Green+Blue) = 176+215+191=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7BF is #4F2840. Grayscale: #C8C8C8. Windows color (decimal): -5187649 or 12572592. OLE color: 12572592.

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

Color convert

RGB176215191-
CMYK0.1800.110.16
HSL143.08º32.77%76.67%-
HSV(B)143.08º18.14%84.31%-
XYZ51.6161.5958.46-
YUV200.6122.58110.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 191 (75% from 255) = 32.82%
R=30.24%
G=36.94%
B=32.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151910.1800.110.16143.0832.7776.67
HexB0D7BF120B108f214d
Octal260327277220132021741115
Binary101100001101011110111111100100101110000100011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7BF; }

 p { color: rgb(176,215,191); }

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

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

 a { background-color: rgb(176,215,191); }

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

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

 span { border-color: rgb(176,215,191); }

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