#BCC4BB

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

Shades of Rainee #BCC4BB

Tints of Rainee #BCC4BB

Color information

#BCC4BB (or 0xBCC4BB) is unknown color: approx Rainee. HEX triplet: BC, C4 and BB. RGB value is (188,196,187). Sum of RGB (Red+Green+Blue) = 188+196+187=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4BB is #433B44. Grayscale: #C0C0C0. Windows color (decimal): -4406085 or 12305596. OLE color: 12305596.

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

Color convert

RGB188196187-
CMYK0.0400.050.23
HSL113.33º7.09%75.1%-
HSV(B)113.33º4.59%76.86%-
XYZ49.4553.7654.78-
YUV192.58124.85124.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=32.92%
G=34.33%
B=32.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961870.0400.050.23113.337.0975.1
HexBCC4BB405177174b
Octal274304273405271617113
Binary10111100110001001011101110001011011111100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4BB; }

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

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

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

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

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

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

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

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