#BDC2BB

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

Shades of Rainee #BDC2BB

Tints of Rainee #BDC2BB

Color information

#BDC2BB (or 0xBDC2BB) is unknown color: approx Rainee. HEX triplet: BD, C2 and BB. RGB value is (189,194,187). Sum of RGB (Red+Green+Blue) = 189+194+187=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2BB is #423D44. Grayscale: #BFBFBF. Windows color (decimal): -4341061 or 12305085. OLE color: 12305085.

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

Color convert

RGB189194187-
CMYK0.0300.040.24
HSL102.86º5.43%74.71%-
HSV(B)102.86º3.61%76.08%-
XYZ49.2552.9954.65-
YUV191.71125.34126.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=33.16%
G=34.04%
B=32.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941870.0300.040.24102.865.4374.71
HexBDC2BB304186754b
Octal275302273304301475113
Binary1011110111000010101110111101001100011001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2BB; }

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

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

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

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

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

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

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

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