#B7CDAE

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

Shades of Rainee #B7CDAE

Tints of Rainee #B7CDAE

Color information

#B7CDAE (or 0xB7CDAE) is unknown color: approx Rainee. HEX triplet: B7, CD and AE. RGB value is (183,205,174). Sum of RGB (Red+Green+Blue) = 183+205+174=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CDAE is #483251. Grayscale: #C2C2C2. Windows color (decimal): -4731474 or 11455927. OLE color: 11455927.

HSL color Cylindrical-coordinate representation of color #B7CDAE: hue angle of 102.58º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CDAE is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB183205174-
CMYK0.1100.150.20
HSL102.58º23.66%74.31%-
HSV(B)102.58º15.12%80.39%-
XYZ4956.7948.42-
YUV194.89116.21119.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=32.56%
G=36.48%
B=30.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051740.1100.150.20102.5823.6674.31
HexB7CDAEB0F1467184a
Octal267315256130172414730112
Binary101101111100110110101110101101111101001100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDAE; }

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

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

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

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

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

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

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

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