Html Css Color HEX #B2C6AB Rainee

📋 copy color: '#B2C6AB'

red 178 ◦ green 198 ◦ blue 171

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

Shades of Rainee #B2C6AB

Tints of Rainee #B2C6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 32.54%
G = 36.2%
B = 31.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#B2C6AB (or 0xB2C6AB) is known color: Rainee. HEX triplet: B2, C6 and AB. RGB value is (178,198,171). Sum of RGB (Red+Green+Blue) = 178+198+171=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6AB is #4D3954. Grayscale: #BDBDBD. Windows color (decimal): -5060949 or 11257522. OLE color: 11257522.

HSL color Cylindrical-coordinate representation of color #B2C6AB: hue angle of 104.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2C6AB is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 171 -
CMYK 0.10 0 0.14 0.22
HSL 104.44º 0.19% 0.72% -
HSV(B) 104.44º 0.14% 0.78% -
XYZ 45.9 52.79 46.3 -
YUV 188.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 178 198 171 0.10 0 0.14 0.22 104.44 0.19 0.72
Hex B2 C6 AB A 0 E 16 68 13 48
Octal 262 306 253 12 0 16 26 150 23 110
Binary 10110010 11000110 10101011 1010 0 1110 10110 1101000 10011 1001000

Color Harmonies of #B2C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6AB

Black with #B2C6AB

Text Example


Text Example

White with #B2C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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