#B2DAC2

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

Shades of Nebula #B2DAC2

Tints of Nebula #B2DAC2

Color information

#B2DAC2 (or 0xB2DAC2) is unknown color: approx Nebula. HEX triplet: B2, DA and C2. RGB value is (178,218,194). Sum of RGB (Red+Green+Blue) = 178+218+194=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAC2 is #4D253D. Grayscale: #CBCBCB. Windows color (decimal): -5055806 or 12769970. OLE color: 12769970.

HSL color Cylindrical-coordinate representation of color #B2DAC2: hue angle of 144º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DAC2 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB178218194-
CMYK0.1800.110.15
HSL144º35.09%77.65%-
HSV(B)144º18.35%85.49%-
XYZ53.1763.560.49-
YUV203.3122.75109.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=30.17%
G=36.95%
B=32.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181940.1800.110.1514435.0977.65
HexB2DAC2120BF90234e
Octal262332302220131722043116
Binary10110010110110101100001010010010111111100100001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAC2; }

 p { color: rgb(178,218,194); }

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

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

 a { background-color: rgb(178,218,194); }

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

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

 span { border-color: rgb(178,218,194); }

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