Html Css Color HEX #B5C8B1 Rainee

📋 copy color: '#B5C8B1'

red 181 ◦ green 200 ◦ blue 177

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

Shades of Rainee #B5C8B1

Tints of Rainee #B5C8B1

RGB

 RED value IS 181 (71.09% from 255) = 32.44%

 GREEN value IS 200 (78.52% from 255) = 35.84%

 BLUE value IS 177 (69.53% from 255) = 31.72%

R = 32.44%
G = 35.84%
B = 31.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#B5C8B1 (or 0xB5C8B1) is known color: Rainee. HEX triplet: B5, C8 and B1. RGB value is (181,200,177). Sum of RGB (Red+Green+Blue) = 181+200+177=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C8B1 is #4A374E. Grayscale: #BFBFBF. Windows color (decimal): -4863823 or 11651253. OLE color: 11651253.

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

Color convert

RGB 181 200 177 -
CMYK 0.09 0 0.12 0.22
HSL 109.57º 0.17% 0.74% -
HSV(B) 109.57º 0.12% 0.78% -
XYZ 47.65 54.31 49.57 -
YUV 191.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 181 200 177 0.09 0 0.12 0.22 109.57 0.17 0.74
Hex B5 C8 B1 9 0 C 16 6E 11 4A
Octal 265 310 261 11 0 14 26 156 21 112
Binary 10110101 11001000 10110001 1001 0 1100 10110 1101110 10001 1001010

Color Harmonies of #B5C8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C8B1

Black with #B5C8B1

Text Example


Text Example

White with #B5C8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C8B1; }

 p { color: rgb(181,200,177); }

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

background-color css

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

 a { background-color: rgb(181,200,177); }

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

border-color css

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

 span { border-color: rgb(181,200,177); }

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