Html Css Color HEX #BBAFC4 French Grey

📋 copy color: '#BBAFC4'

red 187 ◦ green 175 ◦ blue 196

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

Shades of French Grey #BBAFC4

Tints of French Grey #BBAFC4

RGB

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

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

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

R = 33.51%
G = 31.36%
B = 35.13%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBAFC4 (or 0xBBAFC4) is known color: French Grey. HEX triplet: BB, AF and C4. RGB value is (187,175,196). Sum of RGB (Red+Green+Blue) = 187+175+196=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC4 is #44503B. Grayscale: #B4B4B4. Windows color (decimal): -4476988 or 12890043. OLE color: 12890043.

HSL color Cylindrical-coordinate representation of color #BBAFC4: hue angle of 274.29º 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 #BBAFC4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 175 196 -
CMYK 0.05 0.11 0 0.23
HSL 274.29º 0.15% 0.73% -
HSV(B) 274.29º 0.11% 0.77% -
XYZ 45.79 45.21 58.54 -
YUV 180.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 187 175 196 0.05 0.11 0 0.23 274.29 0.15 0.73
Hex BB AF C4 5 B 0 17 112 F 49
Octal 273 257 304 5 13 0 27 422 17 111
Binary 10111011 10101111 11000100 101 1011 0 10111 100010010 1111 1001001

Color Harmonies of #BBAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFC4

Black with #BBAFC4

Text Example


Text Example

White with #BBAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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