Html Css Color HEX #BCAFC4 French Grey

📋 copy color: '#BCAFC4'

red 188 ◦ green 175 ◦ blue 196

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

Shades of French Grey #BCAFC4

Tints of French Grey #BCAFC4

RGB

 RED value IS 188 (73.83% from 255) = 33.63%

 GREEN value IS 175 (68.75% from 255) = 31.31%

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

R = 33.63%
G = 31.31%
B = 35.06%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCAFC4 (or 0xBCAFC4) is known color: French Grey. HEX triplet: BC, AF and C4. RGB value is (188,175,196). Sum of RGB (Red+Green+Blue) = 188+175+196=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC4 is #43503B. Grayscale: #B5B5B5. Windows color (decimal): -4411452 or 12890044. OLE color: 12890044.

HSL color Cylindrical-coordinate representation of color #BCAFC4: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAFC4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 175 196 -
CMYK 0.04 0.11 0 0.23
HSL 277.14º 0.15% 0.73% -
HSV(B) 277.14º 0.11% 0.77% -
XYZ 46.03 45.34 58.55 -
YUV 181.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 188 175 196 0.04 0.11 0 0.23 277.14 0.15 0.73
Hex BC AF C4 4 B 0 17 115 F 49
Octal 274 257 304 4 13 0 27 425 17 111
Binary 10111100 10101111 11000100 100 1011 0 10111 100010101 1111 1001001

Color Harmonies of #BCAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFC4

Black with #BCAFC4

Text Example


Text Example

White with #BCAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFC4; }

 p { color: rgb(188,175,196); }

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

background-color css

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

 a { background-color: rgb(188,175,196); }

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

border-color css

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

 span { border-color: rgb(188,175,196); }

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