Html Css Color HEX #BBAFC7 French Grey

📋 copy color: '#BBAFC7'

red 187 ◦ green 175 ◦ blue 199

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

Shades of French Grey #BBAFC7

Tints of French Grey #BBAFC7

RGB

 RED value IS 187 (73.44% from 255) = 33.33%

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

 BLUE value IS 199 (78.13% from 255) = 35.47%

R = 33.33%
G = 31.19%
B = 35.47%

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

#BBAFC7 (or 0xBBAFC7) is known color: French Grey. HEX triplet: BB, AF and C7. RGB value is (187,175,199). Sum of RGB (Red+Green+Blue) = 187+175+199=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC7 is #445038. Grayscale: #B5B5B5. Windows color (decimal): -4476985 or 13086651. OLE color: 13086651.

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

Color convert

RGB 187 175 199 -
CMYK 0.06 0.12 0 0.22
HSL 270º 0.18% 0.73% -
HSV(B) 270º 0.12% 0.78% -
XYZ 46.13 45.35 60.35 -
YUV 181.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 187 175 199 0.06 0.12 0 0.22 270 0.18 0.73
Hex BB AF C7 6 C 0 16 10E 12 49
Octal 273 257 307 6 14 0 26 416 22 111
Binary 10111011 10101111 11000111 110 1100 0 10110 100001110 10010 1001001

Color Harmonies of #BBAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFC7

Black with #BBAFC7

Text Example


Text Example

White with #BBAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFC7; }

 p { color: rgb(187,175,199); }

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

background-color css

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

 a { background-color: rgb(187,175,199); }

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

border-color css

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

 span { border-color: rgb(187,175,199); }

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