#B2CDAC

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

Shades of Rainee #B2CDAC

Tints of Rainee #B2CDAC

Color information

#B2CDAC (or 0xB2CDAC) is unknown color: approx Rainee. HEX triplet: B2, CD and AC. RGB value is (178,205,172). Sum of RGB (Red+Green+Blue) = 178+205+172=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDAC is #4D3253. Grayscale: #C1C1C1. Windows color (decimal): -5059156 or 11324850. OLE color: 11324850.

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

Color convert

RGB178205172-
CMYK0.1300.160.20
HSL109.09º24.81%73.92%-
HSV(B)109.09º16.1%80.39%-
XYZ47.6456.1147.35-
YUV193.16116.05117.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=32.07%
G=36.94%
B=30.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051720.1300.160.20109.0924.8173.92
HexB2CDACD010146d194a
Octal262315254150202415531112
Binary1011001011001101101011001101010000101001101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDAC; }

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

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

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

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

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

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

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

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