Html Css Color HEX #B1BCAD Rainee

📋 copy color: '#B1BCAD'

red 177 ◦ green 188 ◦ blue 173

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

Shades of Rainee #B1BCAD

Tints of Rainee #B1BCAD

RGB

 RED value IS 177 (69.53% from 255) = 32.9%

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 32.9%
G = 34.94%
B = 32.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#B1BCAD (or 0xB1BCAD) is known color: Rainee. HEX triplet: B1, BC and AD. RGB value is (177,188,173). Sum of RGB (Red+Green+Blue) = 177+188+173=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAD is #4E4352. Grayscale: #B7B7B7. Windows color (decimal): -5129043 or 11386033. OLE color: 11386033.

HSL color Cylindrical-coordinate representation of color #B1BCAD: hue angle of 104º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BCAD is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 173 -
CMYK 0.06 0 0.08 0.26
HSL 104º 0.1% 0.71% -
HSV(B) 104º 0.08% 0.74% -
XYZ 43.66 48.33 46.56 -
YUV 183 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 177 188 173 0.06 0 0.08 0.26 104 0.1 0.71
Hex B1 BC AD 6 0 8 1A 68 A 47
Octal 261 274 255 6 0 10 32 150 12 107
Binary 10110001 10111100 10101101 110 0 1000 11010 1101000 1010 1000111

Color Harmonies of #B1BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BCAD

Black with #B1BCAD

Text Example


Text Example

White with #B1BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BCAD; }

 p { color: rgb(177,188,173); }

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

background-color css

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

 a { background-color: rgb(177,188,173); }

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

border-color css

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

 span { border-color: rgb(177,188,173); }

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