Html Css Color HEX #B3C2AF Rainee

📋 copy color: '#B3C2AF'

red 179 ◦ green 194 ◦ blue 175

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

Shades of Rainee #B3C2AF

Tints of Rainee #B3C2AF

RGB

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

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

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

R = 32.66%
G = 35.4%
B = 31.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#B3C2AF (or 0xB3C2AF) is known color: Rainee. HEX triplet: B3, C2 and AF. RGB value is (179,194,175). Sum of RGB (Red+Green+Blue) = 179+194+175=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C2AF is #4C3D50. Grayscale: #BBBBBB. Windows color (decimal): -4996433 or 11518643. OLE color: 11518643.

HSL color Cylindrical-coordinate representation of color #B3C2AF: hue angle of 107.37º 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 #B3C2AF is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 194 175 -
CMYK 0.08 0 0.10 0.24
HSL 107.37º 0.13% 0.72% -
HSV(B) 107.37º 0.1% 0.76% -
XYZ 45.62 51.26 48.05 -
YUV 187.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 179 194 175 0.08 0 0.10 0.24 107.37 0.13 0.72
Hex B3 C2 AF 8 0 A 18 6B D 48
Octal 263 302 257 10 0 12 30 153 15 110
Binary 10110011 11000010 10101111 1000 0 1010 11000 1101011 1101 1001000

Color Harmonies of #B3C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C2AF

Black with #B3C2AF

Text Example


Text Example

White with #B3C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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