#B7CEB0

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

Shades of Rainee #B7CEB0

Tints of Rainee #B7CEB0

Color information

#B7CEB0 (or 0xB7CEB0) is unknown color: approx Rainee. HEX triplet: B7, CE and B0. RGB value is (183,206,176). Sum of RGB (Red+Green+Blue) = 183+206+176=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CEB0 is #48314F. Grayscale: #C3C3C3. Windows color (decimal): -4731216 or 11587255. OLE color: 11587255.

HSL color Cylindrical-coordinate representation of color #B7CEB0: hue angle of 106º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CEB0 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB183206176-
CMYK0.1100.150.19
HSL106º23.44%74.9%-
HSV(B)106º14.56%80.78%-
XYZ49.4457.3449.54-
YUV195.7116.88118.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=32.39%
G=36.46%
B=31.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832061760.1100.150.1910623.4474.9
HexB7CEB0B0F136a174b
Octal267316260130172315227113
Binary101101111100111010110000101101111100111101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEB0; }

 p { color: rgb(183,206,176); }

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

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

 a { background-color: rgb(183,206,176); }

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

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

 span { border-color: rgb(183,206,176); }

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