Html Css Color HEX #BFBCB3 Cotton Seed

📋 copy color: '#BFBCB3'

red 191 ◦ green 188 ◦ blue 179

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

Shades of Cotton Seed #BFBCB3

Tints of Cotton Seed #BFBCB3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.69%

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

R = 34.23%
G = 33.69%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFBCB3 (or 0xBFBCB3) is known color: Cotton Seed. HEX triplet: BF, BC and B3. RGB value is (191,188,179). Sum of RGB (Red+Green+Blue) = 191+188+179=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB3 is #40434C. Grayscale: #BBBBBB. Windows color (decimal): -4211533 or 11779263. OLE color: 11779263.

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

Color convert

RGB 191 188 179 -
CMYK 0 0.02 0.06 0.25
HSL 45º 0.09% 0.73% -
HSV(B) 45º 0.06% 0.75% -
XYZ 47.61 50.3 49.85 -
YUV 187.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 191 188 179 0 0.02 0.06 0.25 45 0.09 0.73
Hex BF BC B3 0 2 6 19 2D 9 49
Octal 277 274 263 0 2 6 31 55 11 111
Binary 10111111 10111100 10110011 0 10 110 11001 101101 1001 1001001

Color Harmonies of #BFBCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCB3

Black with #BFBCB3

Text Example


Text Example

White with #BFBCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCB3; }

 p { color: rgb(191,188,179); }

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

background-color css

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

 a { background-color: rgb(191,188,179); }

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

border-color css

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

 span { border-color: rgb(191,188,179); }

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