Html Css Color HEX #BFB8C4 French Grey

📋 copy color: '#BFB8C4'

red 191 ◦ green 184 ◦ blue 196

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

Shades of French Grey #BFB8C4

Tints of French Grey #BFB8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.22%

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 33.45%
G = 32.22%
B = 34.33%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFB8C4 (or 0xBFB8C4) is known color: French Grey. HEX triplet: BF, B8 and C4. RGB value is (191,184,196). Sum of RGB (Red+Green+Blue) = 191+184+196=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFB8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8C4 is #40473B. Grayscale: #BBBBBB. Windows color (decimal): -4212540 or 12892351. OLE color: 12892351.

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

Color convert

RGB 191 184 196 -
CMYK 0.03 0.06 0 0.23
HSL 275º 0.09% 0.75% -
HSV(B) 275º 0.06% 0.77% -
XYZ 48.59 49.34 59.19 -
YUV 187.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 191 184 196 0.03 0.06 0 0.23 275 0.09 0.75
Hex BF B8 C4 3 6 0 17 113 9 4B
Octal 277 270 304 3 6 0 27 423 11 113
Binary 10111111 10111000 11000100 11 110 0 10111 100010011 1001 1001011

Color Harmonies of #BFB8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8C4

Black with #BFB8C4

Text Example


Text Example

White with #BFB8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8C4; }

 p { color: rgb(191,184,196); }

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

background-color css

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

 a { background-color: rgb(191,184,196); }

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

border-color css

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

 span { border-color: rgb(191,184,196); }

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