#B4CDAC

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

Shades of Rainee #B4CDAC

Tints of Rainee #B4CDAC

Color information

#B4CDAC (or 0xB4CDAC) is unknown color: approx Rainee. HEX triplet: B4, CD and AC. RGB value is (180,205,172). Sum of RGB (Red+Green+Blue) = 180+205+172=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDAC is #4B3253. Grayscale: #C1C1C1. Windows color (decimal): -4928084 or 11324852. OLE color: 11324852.

HSL color Cylindrical-coordinate representation of color #B4CDAC: hue angle of 105.45º degrees, saturation: 0.25, 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 #B4CDAC is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB180205172-
CMYK0.1200.160.20
HSL105.45º24.81%73.92%-
HSV(B)105.45º16.1%80.39%-
XYZ48.156.3447.37-
YUV193.76115.72118.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=32.32%
G=36.80%
B=30.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051720.1200.160.20105.4524.8173.92
HexB4CDACC0101469194a
Octal264315254140202415131112
Binary1011010011001101101011001100010000101001101001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDAC; }

 p { color: rgb(180,205,172); }

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

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

 a { background-color: rgb(180,205,172); }

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

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

 span { border-color: rgb(180,205,172); }

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