Html Css Color HEX #B5C2AF Rainee

📋 copy color: '#B5C2AF'

red 181 ◦ green 194 ◦ blue 175

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

Shades of Rainee #B5C2AF

Tints of Rainee #B5C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 32.91%
G = 35.27%
B = 31.82%

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

#B5C2AF (or 0xB5C2AF) is known color: Rainee. HEX triplet: B5, C2 and AF. RGB value is (181,194,175). Sum of RGB (Red+Green+Blue) = 181+194+175=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2AF is #4A3D50. Grayscale: #BCBCBC. Windows color (decimal): -4865361 or 11518645. OLE color: 11518645.

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

Color convert

RGB 181 194 175 -
CMYK 0.07 0 0.10 0.24
HSL 101.05º 0.13% 0.72% -
HSV(B) 101.05º 0.1% 0.76% -
XYZ 46.09 51.5 48.07 -
YUV 187.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 181 194 175 0.07 0 0.10 0.24 101.05 0.13 0.72
Hex B5 C2 AF 7 0 A 18 65 D 48
Octal 265 302 257 7 0 12 30 145 15 110
Binary 10110101 11000010 10101111 111 0 1010 11000 1100101 1101 1001000

Color Harmonies of #B5C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2AF

Black with #B5C2AF

Text Example


Text Example

White with #B5C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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