Html Css Color HEX #BFBBB1 Cotton Seed

📋 copy color: '#BFBBB1'

red 191 ◦ green 187 ◦ blue 177

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

Shades of Cotton Seed #BFBBB1

Tints of Cotton Seed #BFBBB1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.69%

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

R = 34.41%
G = 33.69%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFBBB1 (or 0xBFBBB1) is known color: Cotton Seed. HEX triplet: BF, BB and B1. RGB value is (191,187,177). Sum of RGB (Red+Green+Blue) = 191+187+177=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBB1 is #40444E. Grayscale: #BBBBBB. Windows color (decimal): -4211791 or 11647935. OLE color: 11647935.

HSL color Cylindrical-coordinate representation of color #BFBBB1: hue angle of 42.86º degrees, saturation: 0.1, 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 #BFBBB1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 177 -
CMYK 0 0.02 0.07 0.25
HSL 42.86º 0.1% 0.72% -
HSV(B) 42.86º 0.07% 0.75% -
XYZ 47.19 49.79 48.72 -
YUV 187.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 191 187 177 0 0.02 0.07 0.25 42.86 0.1 0.72
Hex BF BB B1 0 2 7 19 2B A 48
Octal 277 273 261 0 2 7 31 53 12 110
Binary 10111111 10111011 10110001 0 10 111 11001 101011 1010 1001000

Color Harmonies of #BFBBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBB1

Black with #BFBBB1

Text Example


Text Example

White with #BFBBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBB1; }

 p { color: rgb(191,187,177); }

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

background-color css

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

 a { background-color: rgb(191,187,177); }

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

border-color css

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

 span { border-color: rgb(191,187,177); }

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