#BDC5BB

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

Shades of Rainee #BDC5BB

Tints of Rainee #BDC5BB

Color information

#BDC5BB (or 0xBDC5BB) is unknown color: approx Rainee. HEX triplet: BD, C5 and BB. RGB value is (189,197,187). Sum of RGB (Red+Green+Blue) = 189+197+187=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BB is #423A44. Grayscale: #C1C1C1. Windows color (decimal): -4340293 or 12305853. OLE color: 12305853.

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

Color convert

RGB189197187-
CMYK0.0400.050.23
HSL108º7.94%75.29%-
HSV(B)108º5.08%77.25%-
XYZ49.9254.3454.87-
YUV193.47124.35124.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=32.98%
G=34.38%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971870.0400.050.231087.9475.29
HexBDC5BB405176c84b
Octal2753052734052715410113
Binary101111011100010110111011100010110111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5BB; }

 p { color: rgb(189,197,187); }

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

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

 a { background-color: rgb(189,197,187); }

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

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

 span { border-color: rgb(189,197,187); }

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