Html Css Color HEX #BFB9B0 Cloud

📋 copy color: '#BFB9B0'

red 191 ◦ green 185 ◦ blue 176

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

Shades of Cloud #BFB9B0

Tints of Cloud #BFB9B0

RGB

 RED value IS 191 (75% from 255) = 34.6%

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

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 34.6%
G = 33.51%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFB9B0 (or 0xBFB9B0) is known color: Cloud. HEX triplet: BF, B9 and B0. RGB value is (191,185,176). Sum of RGB (Red+Green+Blue) = 191+185+176=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9B0 is #40464F. Grayscale: #B9B9B9. Windows color (decimal): -4212304 or 11581887. OLE color: 11581887.

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

Color convert

RGB 191 185 176 -
CMYK 0 0.03 0.08 0.25
HSL 36º 0.1% 0.72% -
HSV(B) 36º 0.08% 0.75% -
XYZ 46.67 48.91 48.05 -
YUV 185.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 191 185 176 0 0.03 0.08 0.25 36 0.1 0.72
Hex BF B9 B0 0 3 8 19 24 A 48
Octal 277 271 260 0 3 10 31 44 12 110
Binary 10111111 10111001 10110000 0 11 1000 11001 100100 1010 1001000

Color Harmonies of #BFB9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9B0

Black with #BFB9B0

Text Example


Text Example

White with #BFB9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9B0; }

 p { color: rgb(191,185,176); }

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

background-color css

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

 a { background-color: rgb(191,185,176); }

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

border-color css

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

 span { border-color: rgb(191,185,176); }

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