#B2C3AD

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

Shades of Rainee #B2C3AD

Tints of Rainee #B2C3AD

Color information

#B2C3AD (or 0xB2C3AD) is unknown color: approx Rainee. HEX triplet: B2, C3 and AD. RGB value is (178,195,173). Sum of RGB (Red+Green+Blue) = 178+195+173=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3AD is #4D3C52. Grayscale: #BBBBBB. Windows color (decimal): -5061715 or 11387826. OLE color: 11387826.

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

Color convert

RGB178195173-
CMYK0.0900.110.24
HSL106.36º15.49%72.16%-
HSV(B)106.36º11.28%76.47%-
XYZ45.4251.5147.08-
YUV187.41119.87121.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=32.60%
G=35.71%
B=31.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951730.0900.110.24106.3615.4972.16
HexB2C3AD90B186af48
Octal262303255110133015217110
Binary10110010110000111010110110010101111000110101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C3AD; }

 p { color: rgb(178,195,173); }

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

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

 a { background-color: rgb(178,195,173); }

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

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

 span { border-color: rgb(178,195,173); }

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