Html Css Color HEX #BFB9C8 French Grey

📋 copy color: '#BFB9C8'

red 191 ◦ green 185 ◦ blue 200

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

Shades of French Grey #BFB9C8

Tints of French Grey #BFB9C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.72%

R = 33.16%
G = 32.12%
B = 34.72%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFB9C8 (or 0xBFB9C8) is known color: French Grey. HEX triplet: BF, B9 and C8. RGB value is (191,185,200). Sum of RGB (Red+Green+Blue) = 191+185+200=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C8 is #404637. Grayscale: #BCBCBC. Windows color (decimal): -4212280 or 13154751. OLE color: 13154751.

HSL color Cylindrical-coordinate representation of color #BFB9C8: hue angle of 264º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB9C8 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 185 200 -
CMYK 0.04 0.08 0 0.22
HSL 264º 0.12% 0.75% -
HSV(B) 264º 0.07% 0.78% -
XYZ 49.26 49.94 61.69 -
YUV 188.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 191 185 200 0.04 0.08 0 0.22 264 0.12 0.75
Hex BF B9 C8 4 8 0 16 108 C 4B
Octal 277 271 310 4 10 0 26 410 14 113
Binary 10111111 10111001 11001000 100 1000 0 10110 100001000 1100 1001011

Color Harmonies of #BFB9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9C8

Black with #BFB9C8

Text Example


Text Example

White with #BFB9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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