#B0D0BF

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

Shades of Nebula #B0D0BF

Tints of Nebula #B0D0BF

Color information

#B0D0BF (or 0xB0D0BF) is unknown color: approx Nebula. HEX triplet: B0, D0 and BF. RGB value is (176,208,191). Sum of RGB (Red+Green+Blue) = 176+208+191=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0BF is #4F2F40. Grayscale: #C4C4C4. Windows color (decimal): -5189441 or 12570800. OLE color: 12570800.

HSL color Cylindrical-coordinate representation of color #B0D0BF: hue angle of 148.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0BF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB176208191-
CMYK0.1500.080.18
HSL148.12º25.4%75.29%-
HSV(B)148.12º15.38%81.57%-
XYZ49.8658.157.88-
YUV196.49124.9113.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 191 (75% from 255) = 33.22%
R=30.61%
G=36.17%
B=33.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081910.1500.080.18148.1225.475.29
HexB0D0BFF081294194b
Octal260320277170102222431113
Binary1011000011010000101111111111010001001010010100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0BF; }

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

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

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

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

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

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

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

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