Html Css Color HEX #B2CBAB Rainee

📋 copy color: '#B2CBAB'

red 178 ◦ green 203 ◦ blue 171

#B2CBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #B2CBAB

Tints of Rainee #B2CBAB

RGB

 RED value IS 178 (69.92% from 255) = 32.25%

 GREEN value IS 203 (79.69% from 255) = 36.78%

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 32.25%
G = 36.78%
B = 30.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#B2CBAB (or 0xB2CBAB) is known color: Rainee. HEX triplet: B2, CB and AB. RGB value is (178,203,171). Sum of RGB (Red+Green+Blue) = 178+203+171=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBAB is #4D3454. Grayscale: #BFBFBF. Windows color (decimal): -5059669 or 11258802. OLE color: 11258802.

HSL color Cylindrical-coordinate representation of color #B2CBAB: hue angle of 106.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2CBAB is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 171 -
CMYK 0.12 0 0.16 0.20
HSL 106.88º 0.24% 0.73% -
HSV(B) 106.88º 0.16% 0.8% -
XYZ 47.07 55.12 46.69 -
YUV 191.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 178 203 171 0.12 0 0.16 0.20 106.88 0.24 0.73
Hex B2 CB AB C 0 10 14 6B 18 49
Octal 262 313 253 14 0 20 24 153 30 111
Binary 10110010 11001011 10101011 1100 0 10000 10100 1101011 11000 1001001

Color Harmonies of #B2CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBAB

Black with #B2CBAB

Text Example


Text Example

White with #B2CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBAB; }

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

 H1.HeaderClassName
 {
   color: #B2CBAB;
 }
 .AnyTagClassName
 {
   color: #B2CBAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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