#B0C8BA

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

Shades of Nebula #B0C8BA

Tints of Nebula #B0C8BA

Color information

#B0C8BA (or 0xB0C8BA) is unknown color: approx Nebula. HEX triplet: B0, C8 and BA. RGB value is (176,200,186). Sum of RGB (Red+Green+Blue) = 176+200+186=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8BA is #4F3745. Grayscale: #BFBFBF. Windows color (decimal): -5191494 or 12241072. OLE color: 12241072.

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

Color convert

RGB176200186-
CMYK0.1200.070.22
HSL145º17.91%73.73%-
HSV(B)145º12%78.43%-
XYZ47.4254.0854.39-
YUV191.23125.05117.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=31.32%
G=35.59%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001860.1200.070.2214517.9173.73
HexB0C8BAC071691124a
Octal26031027214072622122112
Binary101100001100100010111010110001111011010010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8BA; }

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

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

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

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

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

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

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

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