#BCC9B9

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

Shades of Rainee #BCC9B9

Tints of Rainee #BCC9B9

Color information

#BCC9B9 (or 0xBCC9B9) is unknown color: approx Rainee. HEX triplet: BC, C9 and B9. RGB value is (188,201,185). Sum of RGB (Red+Green+Blue) = 188+201+185=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9B9 is #433646. Grayscale: #C3C3C3. Windows color (decimal): -4404807 or 12175804. OLE color: 12175804.

HSL color Cylindrical-coordinate representation of color #BCC9B9: hue angle of 108.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC9B9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB188201185-
CMYK0.0600.080.21
HSL108.75º12.9%75.69%-
HSV(B)108.75º7.96%78.82%-
XYZ50.3855.9754.05-
YUV195.29122.19122.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=32.75%
G=35.02%
B=32.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011850.0600.080.21108.7512.975.69
HexBCC9B9608156dd4c
Octal27431127160102515515114
Binary1011110011001001101110011100100010101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9B9; }

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

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

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

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

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

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

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

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