Html Css Color HEX #B2C6A9 Rainee

📋 copy color: '#B2C6A9'

red 178 ◦ green 198 ◦ blue 169

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

Shades of Rainee #B2C6A9

Tints of Rainee #B2C6A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.01%

R = 32.66%
G = 36.33%
B = 31.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#B2C6A9 (or 0xB2C6A9) is known color: Rainee. HEX triplet: B2, C6 and A9. RGB value is (178,198,169). Sum of RGB (Red+Green+Blue) = 178+198+169=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6A9 is #4D3956. Grayscale: #BCBCBC. Windows color (decimal): -5060951 or 11126450. OLE color: 11126450.

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

Color convert

RGB 178 198 169 -
CMYK 0.10 0 0.15 0.22
HSL 101.38º 0.2% 0.72% -
HSV(B) 101.38º 0.15% 0.78% -
XYZ 45.72 52.72 45.3 -
YUV 188.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 178 198 169 0.10 0 0.15 0.22 101.38 0.2 0.72
Hex B2 C6 A9 A 0 F 16 65 14 48
Octal 262 306 251 12 0 17 26 145 24 110
Binary 10110010 11000110 10101001 1010 0 1111 10110 1100101 10100 1001000

Color Harmonies of #B2C6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6A9

Black with #B2C6A9

Text Example


Text Example

White with #B2C6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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