Html Css Color HEX #B5C3AF Rainee

📋 copy color: '#B5C3AF'

red 181 ◦ green 195 ◦ blue 175

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

Shades of Rainee #B5C3AF

Tints of Rainee #B5C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

 BLUE value IS 175 (68.75% from 255) = 31.76%

R = 32.85%
G = 35.39%
B = 31.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B5C3AF (or 0xB5C3AF) is known color: Rainee. HEX triplet: B5, C3 and AF. RGB value is (181,195,175). Sum of RGB (Red+Green+Blue) = 181+195+175=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C3AF is #4A3C50. Grayscale: #BCBCBC. Windows color (decimal): -4865105 or 11518901. OLE color: 11518901.

HSL color Cylindrical-coordinate representation of color #B5C3AF: hue angle of 102º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C3AF is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 175 -
CMYK 0.07 0 0.10 0.24
HSL 102º 0.14% 0.73% -
HSV(B) 102º 0.1% 0.76% -
XYZ 46.31 51.95 48.14 -
YUV 188.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 181 195 175 0.07 0 0.10 0.24 102 0.14 0.73
Hex B5 C3 AF 7 0 A 18 66 E 49
Octal 265 303 257 7 0 12 30 146 16 111
Binary 10110101 11000011 10101111 111 0 1010 11000 1100110 1110 1001001

Color Harmonies of #B5C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C3AF

Black with #B5C3AF

Text Example


Text Example

White with #B5C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C3AF; }

 p { color: rgb(181,195,175); }

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

background-color css

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

 a { background-color: rgb(181,195,175); }

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

border-color css

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

 span { border-color: rgb(181,195,175); }

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