#B4C6BA

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

Shades of Nebula #B4C6BA

Tints of Nebula #B4C6BA

Color information

#B4C6BA (or 0xB4C6BA) is unknown color: approx Nebula. HEX triplet: B4, C6 and BA. RGB value is (180,198,186). Sum of RGB (Red+Green+Blue) = 180+198+186=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6BA is #4B3945. Grayscale: #BFBFBF. Windows color (decimal): -4929862 or 12240564. OLE color: 12240564.

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

Color convert

RGB180198186-
CMYK0.0900.060.22
HSL140º13.64%74.12%-
HSV(B)140º9.09%77.65%-
XYZ47.8853.6454.28-
YUV191.25125.04119.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=31.91%
G=35.11%
B=32.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981860.0900.060.2214013.6474.12
HexB4C6BA906168ce4a
Octal26430627211062621416112
Binary10110100110001101011101010010110101101000110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C6BA; }

 p { color: rgb(180,198,186); }

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

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

 a { background-color: rgb(180,198,186); }

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

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

 span { border-color: rgb(180,198,186); }

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