Html Css Color HEX #B2C6AF Rainee

📋 copy color: '#B2C6AF'

red 178 ◦ green 198 ◦ blue 175

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

Shades of Rainee #B2C6AF

Tints of Rainee #B2C6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.76%

R = 32.3%
G = 35.93%
B = 31.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#B2C6AF (or 0xB2C6AF) is known color: Rainee. HEX triplet: B2, C6 and AF. RGB value is (178,198,175). Sum of RGB (Red+Green+Blue) = 178+198+175=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C6AF is #4D3950. Grayscale: #BDBDBD. Windows color (decimal): -5060945 or 11519666. OLE color: 11519666.

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

Color convert

RGB 178 198 175 -
CMYK 0.10 0 0.12 0.22
HSL 112.17º 0.17% 0.73% -
HSV(B) 112.17º 0.12% 0.78% -
XYZ 46.29 52.95 48.34 -
YUV 189.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 178 198 175 0.10 0 0.12 0.22 112.17 0.17 0.73
Hex B2 C6 AF A 0 C 16 70 11 49
Octal 262 306 257 12 0 14 26 160 21 111
Binary 10110010 11000110 10101111 1010 0 1100 10110 1110000 10001 1001001

Color Harmonies of #B2C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C6AF

Black with #B2C6AF

Text Example


Text Example

White with #B2C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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