Html Css Color HEX #BFB1CA French Grey

📋 copy color: '#BFB1CA'

red 191 ◦ green 177 ◦ blue 202

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

Shades of French Grey #BFB1CA

Tints of French Grey #BFB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.05%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 33.51%
G = 31.05%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFB1CA (or 0xBFB1CA) is known color: French Grey. HEX triplet: BF, B1 and CA. RGB value is (191,177,202). Sum of RGB (Red+Green+Blue) = 191+177+202=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1CA is #404E35. Grayscale: #B7B7B7. Windows color (decimal): -4214326 or 13283775. OLE color: 13283775.

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

Color convert

RGB 191 177 202 -
CMYK 0.05 0.12 0 0.21
HSL 273.6º 0.19% 0.74% -
HSV(B) 273.6º 0.12% 0.79% -
XYZ 47.87 46.78 62.38 -
YUV 184.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 191 177 202 0.05 0.12 0 0.21 273.6 0.19 0.74
Hex BF B1 CA 5 C 0 15 112 13 4A
Octal 277 261 312 5 14 0 25 422 23 112
Binary 10111111 10110001 11001010 101 1100 0 10101 100010010 10011 1001010

Color Harmonies of #BFB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB1CA

Black with #BFB1CA

Text Example


Text Example

White with #BFB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB1CA; }

 p { color: rgb(191,177,202); }

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

background-color css

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

 a { background-color: rgb(191,177,202); }

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

border-color css

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

 span { border-color: rgb(191,177,202); }

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