#BBC3BA

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

Shades of Rainee #BBC3BA

Tints of Rainee #BBC3BA

Color information

#BBC3BA (or 0xBBC3BA) is unknown color: approx Rainee. HEX triplet: BB, C3 and BA. RGB value is (187,195,186). Sum of RGB (Red+Green+Blue) = 187+195+186=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3BA is #443C45. Grayscale: #BFBFBF. Windows color (decimal): -4471878 or 12239803. OLE color: 12239803.

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

Color convert

RGB187195186-
CMYK0.0400.050.24
HSL113.33º6.98%74.71%-
HSV(B)113.33º4.62%76.47%-
XYZ48.8753.1454.14-
YUV191.58124.85124.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 186 (73.05% 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.24
SystemRedGreenBlueCMYKHSL
Decimal1871951860.0400.050.24113.336.9874.71
HexBBC3BA405187174b
Octal273303272405301617113
Binary10111011110000111011101010001011100011100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3BA; }

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

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

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

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

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

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

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

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