Html Css Color HEX #B4C1B3 Rainee

📋 copy color: '#B4C1B3'

red 180 ◦ green 193 ◦ blue 179

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

Shades of Rainee #B4C1B3

Tints of Rainee #B4C1B3

RGB

 RED value IS 180 (70.7% from 255) = 32.61%

 GREEN value IS 193 (75.78% from 255) = 34.96%

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

R = 32.61%
G = 34.96%
B = 32.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#B4C1B3 (or 0xB4C1B3) is known color: Rainee. HEX triplet: B4, C1 and B3. RGB value is (180,193,179). Sum of RGB (Red+Green+Blue) = 180+193+179=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1B3 is #4B3E4C. Grayscale: #BBBBBB. Windows color (decimal): -4931149 or 11780532. OLE color: 11780532.

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

Color convert

RGB 180 193 179 -
CMYK 0.07 0 0.07 0.24
HSL 115.71º 0.1% 0.73% -
HSV(B) 115.71º 0.07% 0.76% -
XYZ 46.03 51.1 50.08 -
YUV 187.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 180 193 179 0.07 0 0.07 0.24 115.71 0.1 0.73
Hex B4 C1 B3 7 0 7 18 74 A 49
Octal 264 301 263 7 0 7 30 164 12 111
Binary 10110100 11000001 10110011 111 0 111 11000 1110100 1010 1001001

Color Harmonies of #B4C1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C1B3

Black with #B4C1B3

Text Example


Text Example

White with #B4C1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C1B3; }

 p { color: rgb(180,193,179); }

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

background-color css

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

 a { background-color: rgb(180,193,179); }

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

border-color css

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

 span { border-color: rgb(180,193,179); }

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