Html Css Color HEX #BEB9B1 Cloud

📋 copy color: '#BEB9B1'

red 190 ◦ green 185 ◦ blue 177

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

Shades of Cloud #BEB9B1

Tints of Cloud #BEB9B1

RGB

 RED value IS 190 (74.61% from 255) = 34.42%

 GREEN value IS 185 (72.66% from 255) = 33.51%

 BLUE value IS 177 (69.53% from 255) = 32.07%

R = 34.42%
G = 33.51%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEB9B1 (or 0xBEB9B1) is known color: Cloud. HEX triplet: BE, B9 and B1. RGB value is (190,185,177). Sum of RGB (Red+Green+Blue) = 190+185+177=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9B1 is #41464E. Grayscale: #B9B9B9. Windows color (decimal): -4277839 or 11647422. OLE color: 11647422.

HSL color Cylindrical-coordinate representation of color #BEB9B1: hue angle of 36.92º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB9B1 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 177 -
CMYK 0 0.03 0.07 0.25
HSL 36.92º 0.09% 0.72% -
HSV(B) 36.92º 0.07% 0.75% -
XYZ 46.52 48.82 48.57 -
YUV 185.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 190 185 177 0 0.03 0.07 0.25 36.92 0.09 0.72
Hex BE B9 B1 0 3 7 19 25 9 48
Octal 276 271 261 0 3 7 31 45 11 110
Binary 10111110 10111001 10110001 0 11 111 11001 100101 1001 1001000

Color Harmonies of #BEB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9B1

Black with #BEB9B1

Text Example


Text Example

White with #BEB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9B1; }

 p { color: rgb(190,185,177); }

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

background-color css

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

 a { background-color: rgb(190,185,177); }

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

border-color css

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

 span { border-color: rgb(190,185,177); }

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