Html Css Color HEX #BFB5C8 French Grey

📋 copy color: '#BFB5C8'

red 191 ◦ green 181 ◦ blue 200

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

Shades of French Grey #BFB5C8

Tints of French Grey #BFB5C8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.64%

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

R = 33.39%
G = 31.64%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFB5C8 (or 0xBFB5C8) is known color: French Grey. HEX triplet: BF, B5 and C8. RGB value is (191,181,200). Sum of RGB (Red+Green+Blue) = 191+181+200=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C8 is #404A37. Grayscale: #BABABA. Windows color (decimal): -4213304 or 13153727. OLE color: 13153727.

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

Color convert

RGB 191 181 200 -
CMYK 0.04 0.09 0 0.22
HSL 271.58º 0.15% 0.75% -
HSV(B) 271.58º 0.1% 0.78% -
XYZ 48.44 48.29 61.41 -
YUV 186.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 191 181 200 0.04 0.09 0 0.22 271.58 0.15 0.75
Hex BF B5 C8 4 9 0 16 110 F 4B
Octal 277 265 310 4 11 0 26 420 17 113
Binary 10111111 10110101 11001000 100 1001 0 10110 100010000 1111 1001011

Color Harmonies of #BFB5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5C8

Black with #BFB5C8

Text Example


Text Example

White with #BFB5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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