Html Css Color HEX #BFB0CA French Grey

📋 copy color: '#BFB0CA'

red 191 ◦ green 176 ◦ blue 202

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

Shades of French Grey #BFB0CA

Tints of French Grey #BFB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.93%

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

R = 33.57%
G = 30.93%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFB0CA (or 0xBFB0CA) is known color: French Grey. HEX triplet: BF, B0 and CA. RGB value is (191,176,202). Sum of RGB (Red+Green+Blue) = 191+176+202=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0CA is #404F35. Grayscale: #B7B7B7. Windows color (decimal): -4214582 or 13283519. OLE color: 13283519.

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

Color convert

RGB 191 176 202 -
CMYK 0.05 0.13 0 0.21
HSL 274.62º 0.2% 0.74% -
HSV(B) 274.62º 0.13% 0.79% -
XYZ 47.67 46.39 62.32 -
YUV 183.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 191 176 202 0.05 0.13 0 0.21 274.62 0.2 0.74
Hex BF B0 CA 5 D 0 15 113 14 4A
Octal 277 260 312 5 15 0 25 423 24 112
Binary 10111111 10110000 11001010 101 1101 0 10101 100010011 10100 1001010

Color Harmonies of #BFB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0CA

Black with #BFB0CA

Text Example


Text Example

White with #BFB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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