#BCC5BA

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

Shades of Rainee #BCC5BA

Tints of Rainee #BCC5BA

Color information

#BCC5BA (or 0xBCC5BA) is unknown color: approx Rainee. HEX triplet: BC, C5 and BA. RGB value is (188,197,186). Sum of RGB (Red+Green+Blue) = 188+197+186=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5BA is #433A45. Grayscale: #C1C1C1. Windows color (decimal): -4405830 or 12240316. OLE color: 12240316.

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

Color convert

RGB188197186-
CMYK0.0500.060.23
HSL109.09º8.66%75.1%-
HSV(B)109.09º5.58%77.25%-
XYZ49.5754.1754.3-
YUV193.06124.02124.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=32.92%
G=34.50%
B=32.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971860.0500.060.23109.098.6675.1
HexBCC5BA506176d94b
Octal2743052725062715511113
Binary101111001100010110111010101011010111110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5BA; }

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

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

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

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

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

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

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

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