#B7CDAD

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

Shades of Rainee #B7CDAD

Tints of Rainee #B7CDAD

Color information

#B7CDAD (or 0xB7CDAD) is unknown color: approx Rainee. HEX triplet: B7, CD and AD. RGB value is (183,205,173). Sum of RGB (Red+Green+Blue) = 183+205+173=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CDAD is #483252. Grayscale: #C2C2C2. Windows color (decimal): -4731475 or 11390391. OLE color: 11390391.

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

Color convert

RGB183205173-
CMYK0.1100.160.20
HSL101.25º24.24%74.12%-
HSV(B)101.25º15.61%80.39%-
XYZ48.956.7547.91-
YUV194.77115.71119.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=32.62%
G=36.54%
B=30.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051730.1100.160.20101.2524.2474.12
HexB7CDADB0101465184a
Octal267315255130202414530112
Binary1011011111001101101011011011010000101001100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDAD; }

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

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

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

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

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

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

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

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