Html Css Color HEX #BFB5CB French Grey

📋 copy color: '#BFB5CB'

red 191 ◦ green 181 ◦ blue 203

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

Shades of French Grey #BFB5CB

Tints of French Grey #BFB5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 33.22%
G = 31.48%
B = 35.3%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFB5CB (or 0xBFB5CB) is known color: French Grey. HEX triplet: BF, B5 and CB. RGB value is (191,181,203). Sum of RGB (Red+Green+Blue) = 191+181+203=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5CB is #404A34. Grayscale: #BABABA. Windows color (decimal): -4213301 or 13350335. OLE color: 13350335.

HSL color Cylindrical-coordinate representation of color #BFB5CB: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB5CB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 181 203 -
CMYK 0.06 0.11 0 0.20
HSL 267.27º 0.17% 0.75% -
HSV(B) 267.27º 0.11% 0.8% -
XYZ 48.79 48.44 63.28 -
YUV 186.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 191 181 203 0.06 0.11 0 0.20 267.27 0.17 0.75
Hex BF B5 CB 6 B 0 14 10B 11 4B
Octal 277 265 313 6 13 0 24 413 21 113
Binary 10111111 10110101 11001011 110 1011 0 10100 100001011 10001 1001011

Color Harmonies of #BFB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5CB

Black with #BFB5CB

Text Example


Text Example

White with #BFB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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