#B2CFA9

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

Shades of Rainee #B2CFA9

Tints of Rainee #B2CFA9

Color information

#B2CFA9 (or 0xB2CFA9) is unknown color: approx Rainee. HEX triplet: B2, CF and A9. RGB value is (178,207,169). Sum of RGB (Red+Green+Blue) = 178+207+169=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFA9 is #4D3056. Grayscale: #C2C2C2. Windows color (decimal): -5058647 or 11128754. OLE color: 11128754.

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

Color convert

RGB178207169-
CMYK0.1400.180.19
HSL105.79º28.36%73.73%-
HSV(B)105.79º18.36%81.18%-
XYZ47.8356.9646.01-
YUV194113.89116.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=32.13%
G=37.36%
B=30.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782071690.1400.180.19105.7928.3673.73
HexB2CFA9E012136a1c4a
Octal262317251160222315234112
Binary1011001011001111101010011110010010100111101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFA9; }

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

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

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

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

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

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

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

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