#BCC1BA

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

Shades of Rainee #BCC1BA

Tints of Rainee #BCC1BA

Color information

#BCC1BA (or 0xBCC1BA) is unknown color: approx Rainee. HEX triplet: BC, C1 and BA. RGB value is (188,193,186). Sum of RGB (Red+Green+Blue) = 188+193+186=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1BA is #433E45. Grayscale: #BEBEBE. Windows color (decimal): -4406854 or 12239292. OLE color: 12239292.

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

Color convert

RGB188193186-
CMYK0.0300.040.24
HSL102.86º5.34%74.31%-
HSV(B)102.86º3.63%75.69%-
XYZ48.6752.3854-
YUV190.71125.34126.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=33.16%
G=34.04%
B=32.80%

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
Decimal1881931860.0300.040.24102.865.3474.31
HexBCC1BA304186754a
Octal274301272304301475112
Binary1011110011000001101110101101001100011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1BA; }

 p { color: rgb(188,193,186); }

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

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

 a { background-color: rgb(188,193,186); }

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

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

 span { border-color: rgb(188,193,186); }

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