#B0D0C1

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

Shades of Nebula #B0D0C1

Tints of Nebula #B0D0C1

Color information

#B0D0C1 (or 0xB0D0C1) is unknown color: approx Nebula. HEX triplet: B0, D0 and C1. RGB value is (176,208,193). Sum of RGB (Red+Green+Blue) = 176+208+193=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0C1 is #4F2F3E. Grayscale: #C4C4C4. Windows color (decimal): -5189439 or 12701872. OLE color: 12701872.

HSL color Cylindrical-coordinate representation of color #B0D0C1: hue angle of 151.88º 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 #B0D0C1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB176208193-
CMYK0.1500.070.18
HSL151.88º25.4%75.29%-
HSV(B)151.88º15.38%81.57%-
XYZ50.0958.1959.04-
YUV196.72125.9113.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=30.50%
G=36.05%
B=33.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081930.1500.070.18151.8825.475.29
HexB0D0C1F071298194b
Octal26032030117072223031113
Binary101100001101000011000001111101111001010011000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0C1; }

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

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

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

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

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

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

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

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