#B3BDB1

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

Shades of Rainee #B3BDB1

Tints of Rainee #B3BDB1

Color information

#B3BDB1 (or 0xB3BDB1) is unknown color: approx Rainee. HEX triplet: B3, BD and B1. RGB value is (179,189,177). Sum of RGB (Red+Green+Blue) = 179+189+177=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDB1 is #4C424E. Grayscale: #B8B8B8. Windows color (decimal): -4997711 or 11648435. OLE color: 11648435.

HSL color Cylindrical-coordinate representation of color #B3BDB1: hue angle of 110º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BDB1 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB179189177-
CMYK0.0500.060.26
HSL110º8.33%71.76%-
HSV(B)110º6.35%74.12%-
XYZ44.7249.1548.73-
YUV184.64123.69123.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=32.84%
G=34.68%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891770.0500.060.261108.3371.76
HexB3BDB15061A6e848
Octal2632752615063215610110
Binary101100111011110110110001101011011010110111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDB1; }

 p { color: rgb(179,189,177); }

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

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

 a { background-color: rgb(179,189,177); }

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

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

 span { border-color: rgb(179,189,177); }

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