#BDC9BB

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

Shades of Rainee #BDC9BB

Tints of Rainee #BDC9BB

Color information

#BDC9BB (or 0xBDC9BB) is unknown color: approx Rainee. HEX triplet: BD, C9 and BB. RGB value is (189,201,187). Sum of RGB (Red+Green+Blue) = 189+201+187=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9BB is #423644. Grayscale: #C3C3C3. Windows color (decimal): -4339269 or 12306877. OLE color: 12306877.

HSL color Cylindrical-coordinate representation of color #BDC9BB: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC9BB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB189201187-
CMYK0.0600.070.21
HSL111.43º11.48%76.08%-
HSV(B)111.43º6.97%78.82%-
XYZ50.8456.1855.18-
YUV195.82123.02123.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=32.76%
G=34.84%
B=32.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011870.0600.070.21111.4311.4876.08
HexBDC9BB607156fb4c
Octal2753112736072515713114
Binary101111011100100110111011110011110101110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9BB; }

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

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

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

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

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

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

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

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