#B7C2B3

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

Shades of Rainee #B7C2B3

Tints of Rainee #B7C2B3

Color information

#B7C2B3 (or 0xB7C2B3) is unknown color: approx Rainee. HEX triplet: B7, C2 and B3. RGB value is (183,194,179). Sum of RGB (Red+Green+Blue) = 183+194+179=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2B3 is #483D4C. Grayscale: #BDBDBD. Windows color (decimal): -4734285 or 11780791. OLE color: 11780791.

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

Color convert

RGB183194179-
CMYK0.0600.080.24
HSL104º10.95%73.14%-
HSV(B)104º7.73%76.08%-
XYZ46.9651.9150.19-
YUV189122.36123.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=32.91%
G=34.89%
B=32.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941790.0600.080.2410410.9573.14
HexB7C2B36081868b49
Octal26730226360103015013111
Binary1011011111000010101100111100100011000110100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C2B3; }

 p { color: rgb(183,194,179); }

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

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

 a { background-color: rgb(183,194,179); }

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

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

 span { border-color: rgb(183,194,179); }

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