#B0D3BF

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

Shades of Nebula #B0D3BF

Tints of Nebula #B0D3BF

Color information

#B0D3BF (or 0xB0D3BF) is unknown color: approx Nebula. HEX triplet: B0, D3 and BF. RGB value is (176,211,191). Sum of RGB (Red+Green+Blue) = 176+211+191=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3BF is #4F2C40. Grayscale: #C6C6C6. Windows color (decimal): -5188673 or 12571568. OLE color: 12571568.

HSL color Cylindrical-coordinate representation of color #B0D3BF: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D3BF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB176211191-
CMYK0.1700.090.17
HSL145.71º28.46%75.88%-
HSV(B)145.71º16.59%82.75%-
XYZ50.659.5858.12-
YUV198.26123.9112.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 191 (75% from 255) = 33.04%
R=30.45%
G=36.51%
B=33.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762111910.1700.090.17145.7128.4675.88
HexB0D3BF110911921c4c
Octal260323277210112122234114
Binary10110000110100111011111110001010011000110010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D3BF; }

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

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

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

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

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

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

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

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