Html Css Color HEX #BAAEC8 French Grey

📋 copy color: '#BAAEC8'

red 186 ◦ green 174 ◦ blue 200

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

Shades of French Grey #BAAEC8

Tints of French Grey #BAAEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.07%

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

R = 33.21%
G = 31.07%
B = 35.71%

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

#BAAEC8 (or 0xBAAEC8) is known color: French Grey. HEX triplet: BA, AE and C8. RGB value is (186,174,200). Sum of RGB (Red+Green+Blue) = 186+174+200=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC8 is #455137. Grayscale: #B4B4B4. Windows color (decimal): -4542776 or 13151930. OLE color: 13151930.

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

Color convert

RGB 186 174 200 -
CMYK 0.07 0.13 0 0.22
HSL 267.69º 0.19% 0.73% -
HSV(B) 267.69º 0.13% 0.78% -
XYZ 45.81 44.88 60.89 -
YUV 180.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 186 174 200 0.07 0.13 0 0.22 267.69 0.19 0.73
Hex BA AE C8 7 D 0 16 10C 13 49
Octal 272 256 310 7 15 0 26 414 23 111
Binary 10111010 10101110 11001000 111 1101 0 10110 100001100 10011 1001001

Color Harmonies of #BAAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEC8

Black with #BAAEC8

Text Example


Text Example

White with #BAAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEC8; }

 p { color: rgb(186,174,200); }

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

background-color css

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

 a { background-color: rgb(186,174,200); }

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

border-color css

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

 span { border-color: rgb(186,174,200); }

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