#B3CFA9

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

Shades of Rainee #B3CFA9

Tints of Rainee #B3CFA9

Color information

#B3CFA9 (or 0xB3CFA9) is unknown color: approx Rainee. HEX triplet: B3, CF and A9. RGB value is (179,207,169). Sum of RGB (Red+Green+Blue) = 179+207+169=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CFA9 is #4C3056. Grayscale: #C2C2C2. Windows color (decimal): -4993111 or 11128755. OLE color: 11128755.

HSL color Cylindrical-coordinate representation of color #B3CFA9: hue angle of 104.21º 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 #B3CFA9 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB179207169-
CMYK0.1400.180.19
HSL104.21º28.36%73.73%-
HSV(B)104.21º18.36%81.18%-
XYZ48.0657.0746.02-
YUV194.3113.72117.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=32.25%
G=37.30%
B=30.45%

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
Decimal1792071690.1400.180.19104.2128.3673.73
HexB3CFA9E01213681c4a
Octal263317251160222315034112
Binary1011001111001111101010011110010010100111101000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFA9; }

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

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

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

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

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

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

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

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