#BBC1BA

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

Shades of Rainee #BBC1BA

Tints of Rainee #BBC1BA

Color information

#BBC1BA (or 0xBBC1BA) is unknown color: approx Rainee. HEX triplet: BB, C1 and BA. RGB value is (187,193,186). Sum of RGB (Red+Green+Blue) = 187+193+186=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BA is #443E45. Grayscale: #BEBEBE. Windows color (decimal): -4472390 or 12239291. OLE color: 12239291.

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

Color convert

RGB187193186-
CMYK0.0300.040.24
HSL111.43º5.34%74.31%-
HSV(B)111.43º3.63%75.69%-
XYZ48.4352.2553.99-
YUV190.41125.51125.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=33.04%
G=34.10%
B=32.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931860.0300.040.24111.435.3474.31
HexBBC1BA304186f54a
Octal273301272304301575112
Binary1011101111000001101110101101001100011011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1BA; }

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

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

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

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

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

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

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

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