#b0d8bf

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

Shades of Nebula #B0D8BF

Tints of Nebula #B0D8BF

Color information

#B0D8BF (or 0xB0D8BF) is unknown color: approx Nebula. HEX triplet: B0, D8 and BF. RGB value is (176,216,191). Sum of RGB (Red+Green+Blue) = 176+216+191=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8BF is #4F2740. Grayscale: #C9C9C9. Windows color (decimal): -5187393 or 12572848. OLE color: 12572848.

HSL color Cylindrical-coordinate representation of color #B0D8BF: hue angle of 142.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8BF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB176216191-
CMYK0.1900.120.15
HSL142.5º33.9%76.86%-
HSV(B)142.5º18.52%84.71%-
XYZ51.8662.158.54-
YUV201.19122.25110.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 191 (75% from 255) = 32.76%
R=30.19%
G=37.05%
B=32.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161910.1900.120.15142.533.976.86
HexB0D8BF130CF8e224d
Octal260330277230141721642115
Binary10110000110110001011111110011011001111100011101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d8bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d8bf; }

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

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

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

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

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

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

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

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