#B4BDB0

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

Shades of Rainee #B4BDB0

Tints of Rainee #B4BDB0

Color information

#B4BDB0 (or 0xB4BDB0) is unknown color: approx Rainee. HEX triplet: B4, BD and B0. RGB value is (180,189,176). Sum of RGB (Red+Green+Blue) = 180+189+176=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BDB0 is #4B424F. Grayscale: #B8B8B8. Windows color (decimal): -4932176 or 11582900. OLE color: 11582900.

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

Color convert

RGB180189176-
CMYK0.0500.070.26
HSL101.54º8.97%71.57%-
HSV(B)101.54º6.88%74.12%-
XYZ44.8649.2348.21-
YUV184.83123.02124.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=33.03%
G=34.68%
B=32.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891760.0500.070.26101.548.9771.57
HexB4BDB05071A66948
Octal2642752605073214611110
Binary101101001011110110110000101011111010110011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDB0; }

 p { color: rgb(180,189,176); }

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

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

 a { background-color: rgb(180,189,176); }

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

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

 span { border-color: rgb(180,189,176); }

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