#B3C4BB

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

Shades of Nebula #B3C4BB

Tints of Nebula #B3C4BB

Color information

#B3C4BB (or 0xB3C4BB) is unknown color: approx Nebula. HEX triplet: B3, C4 and BB. RGB value is (179,196,187). Sum of RGB (Red+Green+Blue) = 179+196+187=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4BB is #4C3B44. Grayscale: #BDBDBD. Windows color (decimal): -4995909 or 12305587. OLE color: 12305587.

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

Color convert

RGB179196187-
CMYK0.0900.050.23
HSL148.24º12.59%73.53%-
HSV(B)148.24º8.67%76.86%-
XYZ47.352.6554.68-
YUV189.89126.37120.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=31.85%
G=34.88%
B=33.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961870.0900.050.23148.2412.5973.53
HexB3C4BB9051794d4a
Octal26330427311052722415112
Binary10110011110001001011101110010101101111001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C4BB; }

 p { color: rgb(179,196,187); }

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

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

 a { background-color: rgb(179,196,187); }

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

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

 span { border-color: rgb(179,196,187); }

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