#BCC6BA

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

Shades of Rainee #BCC6BA

Tints of Rainee #BCC6BA

Color information

#BCC6BA (or 0xBCC6BA) is unknown color: approx Rainee. HEX triplet: BC, C6 and BA. RGB value is (188,198,186). Sum of RGB (Red+Green+Blue) = 188+198+186=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6BA is #433945. Grayscale: #C1C1C1. Windows color (decimal): -4405574 or 12240572. OLE color: 12240572.

HSL color Cylindrical-coordinate representation of color #BCC6BA: hue angle of 110º degrees, saturation: 0.1, 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 #BCC6BA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB188198186-
CMYK0.0500.060.22
HSL110º9.52%75.29%-
HSV(B)110º6.06%77.65%-
XYZ49.854.6254.37-
YUV193.64123.69123.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=32.87%
G=34.62%
B=32.52%

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
Decimal1881981860.0500.060.221109.5275.29
HexBCC6BA506166ea4b
Octal2743062725062615612113
Binary101111001100011010111010101011010110110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6BA; }

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

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

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

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

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

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

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

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