#BDC6BB

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

Shades of Rainee #BDC6BB

Tints of Rainee #BDC6BB

Color information

#BDC6BB (or 0xBDC6BB) is unknown color: approx Rainee. HEX triplet: BD, C6 and BB. RGB value is (189,198,187). Sum of RGB (Red+Green+Blue) = 189+198+187=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BB is #423944. Grayscale: #C2C2C2. Windows color (decimal): -4340037 or 12306109. OLE color: 12306109.

HSL color Cylindrical-coordinate representation of color #BDC6BB: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC6BB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB189198187-
CMYK0.0500.060.22
HSL109.09º8.8%75.49%-
HSV(B)109.09º5.56%77.65%-
XYZ50.1554.7954.95-
YUV194.06124.02124.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=32.93%
G=34.49%
B=32.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981870.0500.060.22109.098.875.49
HexBDC6BB506166d94b
Octal2753062735062615511113
Binary101111011100011010111011101011010110110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6BB; }

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

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

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

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

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

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

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

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