#B2C4B9

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

Shades of Nebula #B2C4B9

Tints of Nebula #B2C4B9

Color information

#B2C4B9 (or 0xB2C4B9) is unknown color: approx Nebula. HEX triplet: B2, C4 and B9. RGB value is (178,196,185). Sum of RGB (Red+Green+Blue) = 178+196+185=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4B9 is #4D3B46. Grayscale: #BDBDBD. Windows color (decimal): -5061447 or 12174514. OLE color: 12174514.

HSL color Cylindrical-coordinate representation of color #B2C4B9: hue angle of 143.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4B9 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB178196185-
CMYK0.0900.060.23
HSL143.33º13.24%73.33%-
HSV(B)143.33º9.18%76.86%-
XYZ46.8652.4553.55-
YUV189.36125.54119.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=31.84%
G=35.06%
B=33.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961850.0900.060.23143.3313.2473.33
HexB2C4B9906178fd49
Octal26230427111062721715111
Binary10110010110001001011100110010110101111000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4B9; }

 p { color: rgb(178,196,185); }

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

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

 a { background-color: rgb(178,196,185); }

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

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

 span { border-color: rgb(178,196,185); }

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