#BCC9BA

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

Shades of Rainee #BCC9BA

Tints of Rainee #BCC9BA

Color information

#BCC9BA (or 0xBCC9BA) is unknown color: approx Rainee. HEX triplet: BC, C9 and BA. RGB value is (188,201,186). Sum of RGB (Red+Green+Blue) = 188+201+186=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9BA is #433645. Grayscale: #C3C3C3. Windows color (decimal): -4404806 or 12241340. OLE color: 12241340.

HSL color Cylindrical-coordinate representation of color #BCC9BA: hue angle of 112º degrees, saturation: 0.12, 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 #BCC9BA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB188201186-
CMYK0.0600.070.21
HSL112º12.2%75.88%-
HSV(B)112º7.46%78.82%-
XYZ50.4956.0154.6-
YUV195.4122.69122.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=32.70%
G=34.96%
B=32.35%

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
Decimal1882011860.0600.070.2111212.275.88
HexBCC9BA6071570c4c
Octal2743112726072516014114
Binary101111001100100110111010110011110101111000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9BA; }

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

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

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

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

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

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

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

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