#B2C7BA

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

Shades of Nebula #B2C7BA

Tints of Nebula #B2C7BA

Color information

#B2C7BA (or 0xB2C7BA) is unknown color: approx Nebula. HEX triplet: B2, C7 and BA. RGB value is (178,199,186). Sum of RGB (Red+Green+Blue) = 178+199+186=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7BA is #4D3845. Grayscale: #BFBFBF. Windows color (decimal): -5060678 or 12240818. OLE color: 12240818.

HSL color Cylindrical-coordinate representation of color #B2C7BA: hue angle of 142.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C7BA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB178199186-
CMYK0.1100.070.22
HSL142.86º15.79%73.92%-
HSV(B)142.86º10.55%78.04%-
XYZ47.6553.8654.34-
YUV191.24125.04118.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=31.62%
G=35.35%
B=33.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781991860.1100.070.22142.8615.7973.92
HexB2C7BAB07168f104a
Octal26230727213072621720112
Binary101100101100011110111010101101111011010001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C7BA; }

 p { color: rgb(178,199,186); }

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

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

 a { background-color: rgb(178,199,186); }

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

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

 span { border-color: rgb(178,199,186); }

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