Html Css Color HEX #B5BCB3 Rainee

📋 copy color: '#B5BCB3'

red 181 ◦ green 188 ◦ blue 179

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

Shades of Rainee #B5BCB3

Tints of Rainee #B5BCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 33.03%
G = 34.31%
B = 32.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#B5BCB3 (or 0xB5BCB3) is known color: Rainee. HEX triplet: B5, BC and B3. RGB value is (181,188,179). Sum of RGB (Red+Green+Blue) = 181+188+179=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB3 is #4A434C. Grayscale: #B8B8B8. Windows color (decimal): -4866893 or 11779253. OLE color: 11779253.

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

Color convert

RGB 181 188 179 -
CMYK 0.04 0 0.05 0.26
HSL 106.67º 0.06% 0.72% -
HSV(B) 106.67º 0.05% 0.74% -
XYZ 45.18 49.04 49.73 -
YUV 184.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 181 188 179 0.04 0 0.05 0.26 106.67 0.06 0.72
Hex B5 BC B3 4 0 5 1A 6B 6 48
Octal 265 274 263 4 0 5 32 153 6 110
Binary 10110101 10111100 10110011 100 0 101 11010 1101011 110 1001000

Color Harmonies of #B5BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCB3

Black with #B5BCB3

Text Example


Text Example

White with #B5BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCB3; }

 p { color: rgb(181,188,179); }

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

background-color css

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

 a { background-color: rgb(181,188,179); }

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

border-color css

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

 span { border-color: rgb(181,188,179); }

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