Html Css Color HEX #B6BFB2 Rainee

📋 copy color: '#B6BFB2'

red 182 ◦ green 191 ◦ blue 178

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

Shades of Rainee #B6BFB2

Tints of Rainee #B6BFB2

RGB

 RED value IS 182 (71.48% from 255) = 33.03%

 GREEN value IS 191 (75% from 255) = 34.66%

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

R = 33.03%
G = 34.66%
B = 32.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#B6BFB2 (or 0xB6BFB2) is known color: Rainee. HEX triplet: B6, BF and B2. RGB value is (182,191,178). Sum of RGB (Red+Green+Blue) = 182+191+178=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BFB2 is #49404D. Grayscale: #BABABA. Windows color (decimal): -4800590 or 11714486. OLE color: 11714486.

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

Color convert

RGB 182 191 178 -
CMYK 0.05 0 0.07 0.25
HSL 101.54º 0.09% 0.72% -
HSV(B) 101.54º 0.07% 0.75% -
XYZ 45.96 50.42 49.43 -
YUV 186.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 182 191 178 0.05 0 0.07 0.25 101.54 0.09 0.72
Hex B6 BF B2 5 0 7 19 66 9 48
Octal 266 277 262 5 0 7 31 146 11 110
Binary 10110110 10111111 10110010 101 0 111 11001 1100110 1001 1001000

Color Harmonies of #B6BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFB2

Black with #B6BFB2

Text Example


Text Example

White with #B6BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFB2; }

 p { color: rgb(182,191,178); }

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

background-color css

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

 a { background-color: rgb(182,191,178); }

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

border-color css

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

 span { border-color: rgb(182,191,178); }

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