Html Css Color HEX #BABACF Lavender Grey

📋 copy color: '#BABACF'

red 186 ◦ green 186 ◦ blue 207

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

Shades of Lavender Grey #BABACF

Tints of Lavender Grey #BABACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.12%

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 32.12%
G = 32.12%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BABACF (or 0xBABACF) is known color: Lavender Grey. HEX triplet: BA, BA and CF. RGB value is (186,186,207). Sum of RGB (Red+Green+Blue) = 186+186+207=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACF is #454530. Grayscale: #BCBCBC. Windows color (decimal): -4539697 or 13613754. OLE color: 13613754.

HSL color Cylindrical-coordinate representation of color #BABACF: hue angle of 240º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABACF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 186 207 -
CMYK 0.10 0.10 0 0.19
HSL 240º 0.18% 0.77% -
HSV(B) 240º 0.1% 0.81% -
XYZ 49.07 50.06 66.11 -
YUV 188.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 186 186 207 0.10 0.10 0 0.19 240 0.18 0.77
Hex BA BA CF A A 0 13 F0 12 4D
Octal 272 272 317 12 12 0 23 360 22 115
Binary 10111010 10111010 11001111 1010 1010 0 10011 11110000 10010 1001101

Color Harmonies of #BABACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABACF

Black with #BABACF

Text Example


Text Example

White with #BABACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABACF; }

 p { color: rgb(186,186,207); }

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

background-color css

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

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

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

border-color css

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

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

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