#B2C8BA

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

Shades of Nebula #B2C8BA

Tints of Nebula #B2C8BA

Color information

#B2C8BA (or 0xB2C8BA) is unknown color: approx Nebula. HEX triplet: B2, C8 and BA. RGB value is (178,200,186). Sum of RGB (Red+Green+Blue) = 178+200+186=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8BA is #4D3745. Grayscale: #BFBFBF. Windows color (decimal): -5060422 or 12241074. OLE color: 12241074.

HSL color Cylindrical-coordinate representation of color #B2C8BA: hue angle of 141.82º degrees, saturation: 0.17, 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 #B2C8BA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB178200186-
CMYK0.1100.070.22
HSL141.82º16.67%74.12%-
HSV(B)141.82º11%78.43%-
XYZ47.8854.3254.42-
YUV191.83124.71118.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=31.56%
G=35.46%
B=32.98%

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
Decimal1782001860.1100.070.22141.8216.6774.12
HexB2C8BAB07168e114a
Octal26231027213072621621112
Binary101100101100100010111010101101111011010001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C8BA; }

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

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

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

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

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

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

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

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