Html Css Color HEX #BFB6C9 French Grey

📋 copy color: '#BFB6C9'

red 191 ◦ green 182 ◦ blue 201

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

Shades of French Grey #BFB6C9

Tints of French Grey #BFB6C9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 33.28%
G = 31.71%
B = 35.02%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFB6C9 (or 0xBFB6C9) is known color: French Grey. HEX triplet: BF, B6 and C9. RGB value is (191,182,201). Sum of RGB (Red+Green+Blue) = 191+182+201=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C9 is #404936. Grayscale: #BABABA. Windows color (decimal): -4213047 or 13219519. OLE color: 13219519.

HSL color Cylindrical-coordinate representation of color #BFB6C9: hue angle of 268.42º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB6C9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 182 201 -
CMYK 0.05 0.09 0 0.21
HSL 268.42º 0.15% 0.75% -
HSV(B) 268.42º 0.09% 0.79% -
XYZ 48.76 48.75 62.1 -
YUV 186.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 191 182 201 0.05 0.09 0 0.21 268.42 0.15 0.75
Hex BF B6 C9 5 9 0 15 10C F 4B
Octal 277 266 311 5 11 0 25 414 17 113
Binary 10111111 10110110 11001001 101 1001 0 10101 100001100 1111 1001011

Color Harmonies of #BFB6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6C9

Black with #BFB6C9

Text Example


Text Example

White with #BFB6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6C9; }

 p { color: rgb(191,182,201); }

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

background-color css

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

 a { background-color: rgb(191,182,201); }

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

border-color css

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

 span { border-color: rgb(191,182,201); }

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