#B8CEB1

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

Shades of Rainee #B8CEB1

Tints of Rainee #B8CEB1

Color information

#B8CEB1 (or 0xB8CEB1) is unknown color: approx Rainee. HEX triplet: B8, CE and B1. RGB value is (184,206,177). Sum of RGB (Red+Green+Blue) = 184+206+177=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CEB1 is #47314E. Grayscale: #C4C4C4. Windows color (decimal): -4665679 or 11652792. OLE color: 11652792.

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

Color convert

RGB184206177-
CMYK0.1100.140.19
HSL105.52º22.83%75.1%-
HSV(B)105.52º14.08%80.78%-
XYZ49.7757.5150.07-
YUV196.12117.21119.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=32.45%
G=36.33%
B=31.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061770.1100.140.19105.5222.8375.1
HexB8CEB1B0E136a174b
Octal270316261130162315227113
Binary101110001100111010110001101101110100111101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEB1; }

 p { color: rgb(184,206,177); }

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

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

 a { background-color: rgb(184,206,177); }

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

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

 span { border-color: rgb(184,206,177); }

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