Html Css Color HEX #B2C0AD Rainee

📋 copy color: '#B2C0AD'

red 178 ◦ green 192 ◦ blue 173

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

Shades of Rainee #B2C0AD

Tints of Rainee #B2C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.36%

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

R = 32.78%
G = 35.36%
B = 31.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B2C0AD (or 0xB2C0AD) is known color: Rainee. HEX triplet: B2, C0 and AD. RGB value is (178,192,173). Sum of RGB (Red+Green+Blue) = 178+192+173=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C0AD is #4D3F52. Grayscale: #B9B9B9. Windows color (decimal): -5062483 or 11387058. OLE color: 11387058.

HSL color Cylindrical-coordinate representation of color #B2C0AD: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C0AD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 173 -
CMYK 0.07 0 0.10 0.25
HSL 104.21º 0.13% 0.72% -
HSV(B) 104.21º 0.1% 0.75% -
XYZ 44.75 50.18 46.86 -
YUV 185.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 178 192 173 0.07 0 0.10 0.25 104.21 0.13 0.72
Hex B2 C0 AD 7 0 A 19 68 D 48
Octal 262 300 255 7 0 12 31 150 15 110
Binary 10110010 11000000 10101101 111 0 1010 11001 1101000 1101 1001000

Color Harmonies of #B2C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C0AD

Black with #B2C0AD

Text Example


Text Example

White with #B2C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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