Html Css Color HEX #B2C2AD Rainee

📋 copy color: '#B2C2AD'

red 178 ◦ green 194 ◦ blue 173

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

Shades of Rainee #B2C2AD

Tints of Rainee #B2C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 32.66%
G = 35.6%
B = 31.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#B2C2AD (or 0xB2C2AD) is known color: Rainee. HEX triplet: B2, C2 and AD. RGB value is (178,194,173). Sum of RGB (Red+Green+Blue) = 178+194+173=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C2AD is #4D3D52. Grayscale: #BABABA. Windows color (decimal): -5061971 or 11387570. OLE color: 11387570.

HSL color Cylindrical-coordinate representation of color #B2C2AD: hue angle of 105.71º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C2AD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 173 -
CMYK 0.08 0 0.11 0.24
HSL 105.71º 0.15% 0.72% -
HSV(B) 105.71º 0.11% 0.76% -
XYZ 45.19 51.07 47.01 -
YUV 186.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 178 194 173 0.08 0 0.11 0.24 105.71 0.15 0.72
Hex B2 C2 AD 8 0 B 18 6A F 48
Octal 262 302 255 10 0 13 30 152 17 110
Binary 10110010 11000010 10101101 1000 0 1011 11000 1101010 1111 1001000

Color Harmonies of #B2C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C2AD

Black with #B2C2AD

Text Example


Text Example

White with #B2C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C2AD; }

 p { color: rgb(178,194,173); }

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

background-color css

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

 a { background-color: rgb(178,194,173); }

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

border-color css

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

 span { border-color: rgb(178,194,173); }

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