Html Css Color HEX #B2C6AA Rainee

📋 copy color: '#B2C6AA'

red 178 ◦ green 198 ◦ blue 170

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

Shades of Rainee #B2C6AA

Tints of Rainee #B2C6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 32.6%
G = 36.26%
B = 31.14%

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

#B2C6AA (or 0xB2C6AA) is known color: Rainee. HEX triplet: B2, C6 and AA. RGB value is (178,198,170). Sum of RGB (Red+Green+Blue) = 178+198+170=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6AA is #4D3955. Grayscale: #BCBCBC. Windows color (decimal): -5060950 or 11191986. OLE color: 11191986.

HSL color Cylindrical-coordinate representation of color #B2C6AA: hue angle of 102.86º degrees, saturation: 0.2, 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 #B2C6AA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 170 -
CMYK 0.10 0 0.14 0.22
HSL 102.86º 0.2% 0.72% -
HSV(B) 102.86º 0.14% 0.78% -
XYZ 45.81 52.76 45.8 -
YUV 188.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 178 198 170 0.10 0 0.14 0.22 102.86 0.2 0.72
Hex B2 C6 AA A 0 E 16 67 14 48
Octal 262 306 252 12 0 16 26 147 24 110
Binary 10110010 11000110 10101010 1010 0 1110 10110 1100111 10100 1001000

Color Harmonies of #B2C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6AA

Black with #B2C6AA

Text Example


Text Example

White with #B2C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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