#B0DAC1

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

Shades of Nebula #B0DAC1

Tints of Nebula #B0DAC1

Color information

#B0DAC1 (or 0xB0DAC1) is unknown color: approx Nebula. HEX triplet: B0, DA and C1. RGB value is (176,218,193). Sum of RGB (Red+Green+Blue) = 176+218+193=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC1 is #4F253E. Grayscale: #CACACA. Windows color (decimal): -5186879 or 12704432. OLE color: 12704432.

HSL color Cylindrical-coordinate representation of color #B0DAC1: hue angle of 144.29º degrees, saturation: 0.36, 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 #B0DAC1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB176218193-
CMYK0.1900.110.15
HSL144.29º36.21%77.25%-
HSV(B)144.29º19.27%85.49%-
XYZ52.663.2259.88-
YUV202.59122.59109.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=29.98%
G=37.14%
B=32.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181930.1900.110.15144.2936.2177.25
HexB0DAC1130BF90244d
Octal260332301230131722044115
Binary10110000110110101100000110011010111111100100001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAC1; }

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

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

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

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

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

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

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

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