#B7CEAE

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

Shades of Rainee #B7CEAE

Tints of Rainee #B7CEAE

Color information

#B7CEAE (or 0xB7CEAE) is unknown color: approx Rainee. HEX triplet: B7, CE and AE. RGB value is (183,206,174). Sum of RGB (Red+Green+Blue) = 183+206+174=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CEAE is #483151. Grayscale: #C3C3C3. Windows color (decimal): -4731218 or 11456183. OLE color: 11456183.

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

Color convert

RGB183206174-
CMYK0.1100.160.19
HSL103.12º24.62%74.51%-
HSV(B)103.12º15.53%80.78%-
XYZ49.2457.2748.5-
YUV195.48115.88119.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=32.50%
G=36.59%
B=30.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832061740.1100.160.19103.1224.6274.51
HexB7CEAEB0101367194b
Octal267316256130202314731113
Binary1011011111001110101011101011010000100111100111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEAE; }

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

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

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

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

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

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

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

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