Html Css Color HEX #BCAFC8 French Grey

📋 copy color: '#BCAFC8'

red 188 ◦ green 175 ◦ blue 200

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

Shades of French Grey #BCAFC8

Tints of French Grey #BCAFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.52%

R = 33.39%
G = 31.08%
B = 35.52%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCAFC8 (or 0xBCAFC8) is known color: French Grey. HEX triplet: BC, AF and C8. RGB value is (188,175,200). Sum of RGB (Red+Green+Blue) = 188+175+200=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC8 is #435037. Grayscale: #B5B5B5. Windows color (decimal): -4411448 or 13152188. OLE color: 13152188.

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

Color convert

RGB 188 175 200 -
CMYK 0.06 0.12 0 0.22
HSL 271.2º 0.19% 0.74% -
HSV(B) 271.2º 0.13% 0.78% -
XYZ 46.49 45.52 60.98 -
YUV 181.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 188 175 200 0.06 0.12 0 0.22 271.2 0.19 0.74
Hex BC AF C8 6 C 0 16 10F 13 4A
Octal 274 257 310 6 14 0 26 417 23 112
Binary 10111100 10101111 11001000 110 1100 0 10110 100001111 10011 1001010

Color Harmonies of #BCAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFC8

Black with #BCAFC8

Text Example


Text Example

White with #BCAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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