#BCC3BB

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

Shades of Rainee #BCC3BB

Tints of Rainee #BCC3BB

Color information

#BCC3BB (or 0xBCC3BB) is unknown color: approx Rainee. HEX triplet: BC, C3 and BB. RGB value is (188,195,187). Sum of RGB (Red+Green+Blue) = 188+195+187=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3BB is #433C44. Grayscale: #C0C0C0. Windows color (decimal): -4406341 or 12305340. OLE color: 12305340.

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

Color convert

RGB188195187-
CMYK0.0400.040.24
HSL112.5º6.25%74.9%-
HSV(B)112.5º4.1%76.47%-
XYZ49.2253.3154.71-
YUV192125.18125.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=32.98%
G=34.21%
B=32.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951870.0400.040.24112.56.2574.9
HexBCC3BB404187064b
Octal274303273404301606113
Binary10111100110000111011101110001001100011100001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3BB; }

 p { color: rgb(188,195,187); }

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

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

 a { background-color: rgb(188,195,187); }

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

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

 span { border-color: rgb(188,195,187); }

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