#B2CFAB

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

Shades of Rainee #B2CFAB

Tints of Rainee #B2CFAB

Color information

#B2CFAB (or 0xB2CFAB) is unknown color: approx Rainee. HEX triplet: B2, CF and AB. RGB value is (178,207,171). Sum of RGB (Red+Green+Blue) = 178+207+171=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFAB is #4D3054. Grayscale: #C2C2C2. Windows color (decimal): -5058645 or 11259826. OLE color: 11259826.

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

Color convert

RGB178207171-
CMYK0.1400.170.19
HSL108.33º27.27%74.12%-
HSV(B)108.33º17.39%81.18%-
XYZ48.0257.0347.01-
YUV194.22114.89116.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=32.01%
G=37.23%
B=30.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782071710.1400.170.19108.3327.2774.12
HexB2CFABE011136c1b4a
Octal262317253160212315433112
Binary1011001011001111101010111110010001100111101100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFAB; }

 p { color: rgb(178,207,171); }

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

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

 a { background-color: rgb(178,207,171); }

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

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

 span { border-color: rgb(178,207,171); }

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