Html Css Color HEX #BAADC7 French Grey

📋 copy color: '#BAADC7'

red 186 ◦ green 173 ◦ blue 199

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

Shades of French Grey #BAADC7

Tints of French Grey #BAADC7

RGB

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

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

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

R = 33.33%
G = 31%
B = 35.66%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAADC7 (or 0xBAADC7) is known color: French Grey. HEX triplet: BA, AD and C7. RGB value is (186,173,199). Sum of RGB (Red+Green+Blue) = 186+173+199=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC7 is #455238. Grayscale: #B3B3B3. Windows color (decimal): -4543033 or 13086138. OLE color: 13086138.

HSL color Cylindrical-coordinate representation of color #BAADC7: hue angle of 270º degrees, saturation: 0.19, 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 #BAADC7 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 173 199 -
CMYK 0.07 0.13 0 0.22
HSL 270º 0.19% 0.73% -
HSV(B) 270º 0.13% 0.78% -
XYZ 45.5 44.45 60.21 -
YUV 179.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 186 173 199 0.07 0.13 0 0.22 270 0.19 0.73
Hex BA AD C7 7 D 0 16 10E 13 49
Octal 272 255 307 7 15 0 26 416 23 111
Binary 10111010 10101101 11000111 111 1101 0 10110 100001110 10011 1001001

Color Harmonies of #BAADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADC7

Black with #BAADC7

Text Example


Text Example

White with #BAADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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