#B3DAC2

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

Shades of Nebula #B3DAC2

Tints of Nebula #B3DAC2

Color information

#B3DAC2 (or 0xB3DAC2) is unknown color: approx Nebula. HEX triplet: B3, DA and C2. RGB value is (179,218,194). Sum of RGB (Red+Green+Blue) = 179+218+194=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAC2 is #4C253D. Grayscale: #CBCBCB. Windows color (decimal): -4990270 or 12769971. OLE color: 12769971.

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

Color convert

RGB179218194-
CMYK0.1800.110.15
HSL143.08º34.51%77.84%-
HSV(B)143.08º17.89%85.49%-
XYZ53.463.6260.5-
YUV203.6122.58110.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=30.29%
G=36.89%
B=32.83%

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
Decimal1792181940.1800.110.15143.0834.5177.84
HexB3DAC2120BF8f234e
Octal263332302220131721743116
Binary10110011110110101100001010010010111111100011111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAC2; }

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

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

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

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

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

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

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

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