Html Css Color HEX #BFBBB2 Cotton Seed

📋 copy color: '#BFBBB2'

red 191 ◦ green 187 ◦ blue 178

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

Shades of Cotton Seed #BFBBB2

Tints of Cotton Seed #BFBBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 34.35%
G = 33.63%
B = 32.01%

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

#BFBBB2 (or 0xBFBBB2) is known color: Cotton Seed. HEX triplet: BF, BB and B2. RGB value is (191,187,178). Sum of RGB (Red+Green+Blue) = 191+187+178=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBB2 is #40444D. Grayscale: #BBBBBB. Windows color (decimal): -4211790 or 11713471. OLE color: 11713471.

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

Color convert

RGB 191 187 178 -
CMYK 0 0.02 0.07 0.25
HSL 41.54º 0.09% 0.72% -
HSV(B) 41.54º 0.07% 0.75% -
XYZ 47.29 49.83 49.25 -
YUV 187.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 191 187 178 0 0.02 0.07 0.25 41.54 0.09 0.72
Hex BF BB B2 0 2 7 19 2A 9 48
Octal 277 273 262 0 2 7 31 52 11 110
Binary 10111111 10111011 10110010 0 10 111 11001 101010 1001 1001000

Color Harmonies of #BFBBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBB2

Black with #BFBBB2

Text Example


Text Example

White with #BFBBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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