Html Css Color HEX #BAADC6 French Grey

📋 copy color: '#BAADC6'

red 186 ◦ green 173 ◦ blue 198

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

Shades of French Grey #BAADC6

Tints of French Grey #BAADC6

RGB

 RED value IS 186 (73.05% from 255) = 33.39%

 GREEN value IS 173 (67.97% from 255) = 31.06%

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 33.39%
G = 31.06%
B = 35.55%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAADC6 (or 0xBAADC6) is known color: French Grey. HEX triplet: BA, AD and C6. RGB value is (186,173,198). Sum of RGB (Red+Green+Blue) = 186+173+198=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC6 is #455239. Grayscale: #B3B3B3. Windows color (decimal): -4543034 or 13020602. OLE color: 13020602.

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

Color convert

RGB 186 173 198 -
CMYK 0.06 0.13 0 0.22
HSL 271.2º 0.18% 0.73% -
HSV(B) 271.2º 0.13% 0.78% -
XYZ 45.39 44.4 59.6 -
YUV 179.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 186 173 198 0.06 0.13 0 0.22 271.2 0.18 0.73
Hex BA AD C6 6 D 0 16 10F 12 49
Octal 272 255 306 6 15 0 26 417 22 111
Binary 10111010 10101101 11000110 110 1101 0 10110 100001111 10010 1001001

Color Harmonies of #BAADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADC6

Black with #BAADC6

Text Example


Text Example

White with #BAADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADC6; }

 p { color: rgb(186,173,198); }

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

background-color css

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

 a { background-color: rgb(186,173,198); }

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

border-color css

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

 span { border-color: rgb(186,173,198); }

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